IEaxChart.IsSeriesDrillable

Fore Syntax

IsSeriesDrillable(SeriesIndexes: Array; [DrillType: EaxDrillType = 1]): Boolean;

Fore.NET Syntax

IsSeriesDrillable(SeriesIndexes: System.Array; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;

Parameters

SeriesIndexes. An integer array that contains chart series indexes.

DrillType. Data drilldown method.

Description

The IsSeriesDrillable method determines whether data can be drilled down by specified chart series.

Comments

Available Values:

Use the IEaxChart.DrillSeries method to drill down data.

Fore and Fore.NET Examples

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

See also:

IEaxChart