Skip to main content

TcxGridChartController.MovingDataGroup Property

Provides access to a data group being moved/dragged within the Chart View.

Declaration

property MovingDataGroup: TcxGridChartDataGroup read;

Property Value

Type
TcxGridChartDataGroup

Remarks

Use the IsDataGroupMoving property to determine whether dragging of a data group has started in the Chart View.

The MovingDataGroup property is useful when handling drag-and-drop operations on data groups (data levels). Refer to the Implementing Drag-And-Drop Functionality topic for additional information.

See Also