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