TcxGridChartDataGroup.DataLevel Property
Specifies the on-screen position of the data level associated with the data group in the data level navigator.
Declaration
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 DataLevel property to -1 hides the data group within the View.
See Also