TcxGridChartItem.Order Property
In This Article
Returns the position of the chart item in a list of chart items sorted by their IDs.
#Declaration
Delphi
property Order: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property is used to distinguish chart items based upon their IDs. For instance, the values of this property determine the default color for data markers.
See Also