Back to Devexpress

TcxGridChartOptionsCustomize.DataGroupMoving Property

vcl-cxgridchartview-dot-tcxgridchartoptionscustomize-49f3abd3.md

latest1.5 KB
Original Source

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

delphi
property DataGroupMoving: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxGridChartController.CustomizationForm

TcxGridChartOptionsCustomize.DataGroupHiding

TcxGridChartOptionsCustomize Class

TcxGridChartOptionsCustomize Members

cxGridChartView Unit