IEaxChart.SerieDrillable

Syntax

SerieDrillable(SerieIndex: Integer; [DrillType: EaxDrillType = 1]): Boolean;

Parameters

SerieIndex. Chart series index.

DrillType. Data drilldown method.

Description

The SerieDrillable property determines whether data can be drilled down by a specified chart series.

Comments

Available values:

Use the IEaxChart.DrillSerie method to drill down data.

Example

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

See also:

IEaxChart