Skip to main content

TcxGridChartOptionsCustomize.DataGroupMoving Property

Specifies whether end-users can move and reposition data groups and their corresponding data levels in a Chart View by dragging data group headers.

Declaration

property DataGroupMoving: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to allow end-users to move and reposition data groups in a chart toolbox and the ‘Data Groups’ tab in the customization form by dragging their headers. Setting the DataGroupMoving property to False prohibits end-users from moving data groups and also hides the ‘Data Groups’ tab in the customization form.

The default value of the DataGroupMoving property is True.

See Also