ChartGroups.Item Property
Previous Next
Gets the specified ChartGroup by numeric index.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal index As Integer _
) As ChartGroup
[C#]
public ChartGroup this[
int index
] {get;}
[Delphi]
public property Item[
index: Int32
]: ChartGroup read get_Item;
See Also
ChartGroups Class | ChartGroups Members | C1.Win.C1Chart Namespace | ChartGroups Class