IsPointDrillable(SerieIndex: Integer; PointIndex: Integer; DrillType: EaxDrillType);
SerieIndex. Series index.
PointIndex. Index of series point.
DrillType. Data drilldown method.
The IsPointDrillable method determines whether data can be drilled down by a specified chart point.
Available values:
True. Drilldown is available.
False. Drilldown is unavailable.
Use the IEaxChart.DrillPoint method to drill down the data by the specified chart point.
The method use is given in the example for IEaxChart.DrillPoint.
See also: