Overload List
Gets the specified Axis from the collection by numeric index.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As Axis
[C#] public Axis this[int]{get;}
[Delphi] public property Item[index: Int32]: Axis read get_Item;
Gets the specified Axis from the collection by name.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As Axis
[C#] public Axis this[string]{get;}
[Delphi] public property Item[AxisName: String]: Axis read get_Item;
See Also
AxesCollection Class | AxesCollection Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |