Express > Express Assembly Interfaces > IEaxChart > IEaxChart.SerieDrillable
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.
To drill down data, use the IEaxChart.DrillSerie method.
The property use is given in the example for IEaxChart.DrillSerie.
See also: