ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartGroupsCollection.Item Property

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

ChartGroupsCollection Class | ChartGroupsCollection Members | C1.Win.C1Chart Namespace | ChartGroupsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.