ITChart.Axis
ITChart
property Axis: IAxes;
Type Library
TeeChartx
Description
The Axis property grants access to the four axes, Top, Left, Right, Bottom.
Example [Visual Basic]:
TChart.Axis.Visible = False 'Hides all axes
TChart.Axis.Left.Visible = False 'Hides only the Left Axis