IAxes.Custom
IAxes

property Custom[CustomAxisIndex: Integer]: IAxis;

Type Library
TeeChartx

Description
Use this property to access the Custom series List.

Example [Visual Basic]:

'Change characteristics of a Custom Axis

With TChart1

.Axis.Custom(0).Labels.Font.Bold = True

.Axis.Custom(0).Labels.Font.Color = vbBlue

End With