ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartData.Item Property

Gets the specified ChartDataSeries by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal index As Integer _

) As ChartDataSeries

[C#]

public ChartDataSeries this[

int index

] {get;}

[Delphi]

public property Item[

index: Int32

]: ChartDataSeries read get_Item;

Remarks

Although not a collection object, ChartData allows direct indexing of the elements of ChartDataSeriesCollection contained within the ChartData object. This is for convenience when programming.

See Also

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


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