IEaxChart.IsPointDrillable

Fore Syntax

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

Fore.NET Syntax

IsPointDrillable(SerieIndex: integer; PointIndex: integer; DrillType: Prognoz.Platform.Interop.Express.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.

Fore and Fore.NET Examples

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

See also:

IEaxChart