drillEnabled

Drill Down into Data in Visualize Your Data for information on using the drill-down feature.

Specifies whether the automatic drill-down feature is enabled for the Chart. If disabled, the ‘+’ and ‘–’ drill operators do not appear on the chart axes.

Type

Boolean

true: enabled, false: disabled

Example

Chart1.drillEnabled = false;

Either syntax below can be used in component script:

drillEnabled         // unqualified
Chart1.drillEnabled  // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.