TcxGridChartDataGroup.Active Property
Specifies if the data group is active.
Declaration
property Active: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True to make the data group active within a Chart View. Since only one data group can be active at one time, the Active property of any other data group returns False.
Note
A data group cannot be activated unless all data groups at lower data levels have their active values assigned.
To access the data group which is currently active in the View, use the View’s ActiveDataGroup property.
End-users are able to activate data groups/levels via the data level navigator.
See Also