IEaxChart.SerieDrillable

Fore Syntax

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

Fore.NET Syntax

SerieDrillable(SerieIndex: Integer; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): 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.

Fore and Fore.NET Examples

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

See also:

IEaxChart