TcxGridChartDataGroup.DataLevel Property
In This Article
Specifies the on-screen position of the data level associated with the data group in the data level navigator.
#Declaration
Delphi
property DataLevel: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Modifying this property for a hidden data group makes this data group visible.
After this property’s value has been changed, elements in the View’s DataLevelObjects, DataGroups, and VisibleDataGroups collections are rearranged respectively.
Note
Setting the Data
See Also