public CustomAxes Custom {get;}
Remarks
Use this property to access the Custom axes List.
Example
[C#]
//Change characteristics of a Custom Axis;
Axes a = tChart1.Axes;
a.Custom[0].Labels.Font.Bold=true;
a.Custom[0].Labels.Font.Color=Color.Blue;
See Also
Axes Class | Axes Members | Steema.TeeChart Namespace