TcxGridChartItem.Index Property
In This Article
Specifies the position of the chart item (a series or data group) within the Series and DataGroups collections.
#Declaration
Delphi
property Index: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
To obtain a count of elements in these collections, use the View’s SeriesCount and DataGroupCount properties, respectively.
To access chart items whose values are used to render a chart, use the View’s VisibleSeries and VisibleDataGroups collections. The position of a chart item in these collections is determined by the VisibleIndex property.
See Also