IEaxChart.ArePointsDrillable

Syntax

ArePointsDrillable(SeriesIndices: Array; PointsIndices: Array; DrillType: EaxDrillType): Boolean;

Parameters

SeriesIndeces. An integer array that contains chart series indexes.

PointIndeces. An integer array that contains chart points indexes.

DrillType. Data drilldown method.

Description

The ArePointsDrillable method determines whether data drilldown is available by specified chart points.

Comments

Available values:

Use the IEaxChart.DrillPoints method for drilldown.

Example

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

See also:

IEaxChart