Skip to main content

TcxGridChartItem.ID Property

Specifies the unique identifier assigned to the chart item.

Declaration

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