IAxis.Visible
IAxis
property Visible: WordBool;
Type Library
TeeChartx
Description
This boolean property Shows / Hides the Axis lines, ticks, grids, labels and title. You can change it both at design and runtime:
Example [Visual Basic]:
TChart1.Axis.Bottom.Visible = False