TcxGridChartCategories.ID Property
Specifies the unique identifier assigned to categories.
Declaration
property ID: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Items in a View (series, data groups and categories in a Chart View) can be distinguished by their IDs. IDs provide the unique identity of the items within the View. When an item is deleted, a newly created item might get the ID of the deleted item. Thus the IDs of items won’t be reused within the current state of the View, but may be reused within the lifetime of the View. This is a limit unique to these IDs.
See Also