Show contents 

Express > Express Assembly Interfaces > IEaxChart > IEaxChart.SerieDrillable

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:

To drill down data, use the IEaxChart.DrillSerie method.

Example

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

See also:

IEaxChart