ArePointsDrillable(SeriesIndices: Array; PointsIndices: Array; DrillType: EaxDrillType): Boolean;
SeriesIndeces. An integer array that contains chart series indexes.
PointIndeces. An integer array that contains chart points indexes.
DrillType. Data drilldown method.
The ArePointsDrillable method determines whether data drilldown is available by specified chart points.
Available values:
True. Drilldown is available.
False. Drilldown is unavailable.
Use the IEaxChart.DrillPoints method for drilldown.
The method use is given in the example for IEaxChart.DrillPoints.
See also: