Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartDataGroup.Active Property

Specifies if the data group is active.

#Declaration

Delphi
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