IEaxChart.IsPointDrillable

Syntax

IsPointDrillable(SerieIndex: Integer; PointIndex: Integer; DrillType: EaxDrillType);

Parameters

SerieIndex. Series index.

PointIndex. Index of series point.

DrillType. Data drilldown method.

Description

The IsPointDrillable method determines whether data can be drilled down by a specified chart point.

Comments

Available values:

Use the IEaxChart.DrillPoint method to drill down the data by the specified chart point.

Example

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

See also:

IEaxChart