ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartGroups.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

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


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