IsDrillable property: SparkChart class
Description
Use this property to specify a Boolean value indicating whether the spark chart is interactive—that is, whether the user can click on (or touch) the spark chart to trigger an action. The default value is False.
The source of interactivity on a spark chart can come from one of two places:
-
A URL set in the chart’s SparkChartURL property.
-
FieldChange PeopleCode on the record field that holds the chart area (that is, the Application Designer chart control).
If both a URL is set in the SparkChartURL property and FieldChange PeopleCode exists on the record field of the chart control, the URL will take precedence over the PeopleCode.
This property is read/write.
Related Topics