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.ID Property

Specifies the unique identifier assigned to the chart item.

#Declaration

Delphi
property ID: Integer read;

#Property Value

Type
Integer

#Remarks

All items in a View (categories, series, and data groups in a Chart View) can be distinguished by their unique IDs. When an item is deleted, a newly created item might get the ID of the deleted item. Thus item IDs won’t be reused within the current state of the View, but may be reused within the lifetime of the View. This is a limitation of these IDs.

To locate series and data groups by their IDs, use the Chart View’s FindSeriesByID and FindDataGroupByID functions, respectively.

See Also