IAxes.CustomCount IAxes
property CustomCount: Integer; Type Library TeeChartx Description Returns the number of custom axes.
Example [Visual Basic]:
'Number of Custom Axes in Chart
MsgBox (TChart1.Axis.CustomCount)