IsChartDrillable property: Chart class
Description
Use this property to specify a Boolean value indicating whether the chart background (that is, the entire chart control) is interactive.
If both IsChartDrillable and IsDrillable are set to True, the interactivity depends on where the user clicks on the chart. If the user clicks on a data point within the chart (for example, a bar, a pie segment, a dot, and so on), the interactivity specified by IsDrillable is triggered. If the user clicks anywhere else on the chart, the interactivity is specified by either of these two conditions:
-
Any FieldChange PeopleCode that is defined on the record field of the chart control.
-
The URL specified by the ChartURL property.
This property is read/write.
Related Topics