SerieDrillable(SerieIndex: Integer; [DrillType: EaxDrillType = 1]): Boolean;
SerieIndex. Chart series index.
DrillType. Data drilldown method.
The SerieDrillable property determines whether data can be drilled down by a specified chart series.
Available values:
True. Drilldown is available.
False. Drilldown is unavailable.
Use the IEaxChart.DrillSerie method to drill down data.
The method use is given in the example for IEaxChart.DrillSerie.
See also: