Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartItem.Index Property

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