[]
        
(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; }
Public ReadOnly Default Property Item(index As Integer) As Axis
Parameters
Type Name Description
int index

this[string]

Gets the specified Axis from the collection by name.

Declaration
public Axis this[string AxisName] { get; }
Public ReadOnly Default Property Item(AxisName As String) As Axis
Parameters
Type Name Description
string AxisName