Skip to main content

TcxGridChartView.OnDataGroupPosChanged Event

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

Declaration

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