Returns the number of custom axes.
public Int32 Count {get;}

Remarks


Returns the number of custom axes.

Example


[C#]

//Number of Custom Axes in Chart; 
MsgBox (tChart1.Axes.Count);

See Also

Axes Class | Axes Members | Steema.TeeChart Namespace