Skip to main content

TcxGridChartOptionsCustomize.DataDrillDown Property

Specifies whether end-users are able to drill down data.

Declaration

property DataDrillDown: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

When this property is set to True end-users are able to drill down data either by navigating data levels in a chart toolbox or by clicking data markers. Otherwise, a drill-down can be performed only programmatically (for instance, using the View’s Controller.DataDrillDown method).

The default value of the DataDrillDown property is True.

See Also