[]
        
(Showing Draft Content)

C1.Win.C1Chart.AxesCollection.Item

this Property

this[int]

Gets the specified Axis from the collection by numeric index.

Declaration
public Axis this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the specified Axis from the collection by name.

Declaration
public Axis this[string AxisName] { get; }
Parameters
Type Name Description
string AxisName