TcxGridChartOptionsCustomize.DataDrillDown Property
Specifies if users are able to drill-down data.
Declaration
property DataDrillDown: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the DataDrillDown
property is set to True
users are able to drill down data either by navigating data levels in a chart toolbox or click data markers. Otherwise, a drill-down can be performed only programmatically (for instance, using the View’s Controller.DataDrillDown method).
Default Value
The DataDrillDown
property’s default value is True
.
See Also