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

TcxGridChartView.OnDataGroupPosChanged Event

In This Article

Occurs when an end-user repositions a data level in the data level navigator.

#Declaration

Delphi
property OnDataGroupPosChanged: TcxGridChartDataGroupEvent read; write;

#Remarks

This event is fired after the position of a data level associated with the ADataGroup visible data group has been modified.

Note

The data level associated with the default categories cannot be repositioned in this manner.

The data level navigator’s visibility within a chart toolbox is controlled by the View’s ToolBox.DataLevelsInfoVisible property.

You can modify the position of a data level in code using the corresponding data group’s Index property. Note that this doesn’t fire the OnDataGroupPosChanged event.

See Also