IEaxChart.IsSeriesDrillable

Syntax

IsSeriesDrillable(SeriesIndexes: Array; [DrillType: EaxDrillType = 1]): Boolean;

Parameters

SeriesIndexes. An integer array that contains chart series indexes.

DrillType. Data drilldown method.

Description

The IsSeriesDrillable method determines whether data can be drilled down by specified chart series.

Comments

Available values:

Use the IEaxChart.DrillSeries method to drill down data.

Example

The method use is given in the example for the IEaxChart.DrillSeries.

See also:

IEaxChart