IsSeriesDrillable(SeriesIndexes: Array; [DrillType: EaxDrillType = 1]): Boolean;
IsSeriesDrillable(SeriesIndexes: System.Array; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;
SeriesIndexes. An integer array that contains chart series indexes.
DrillType. Data drilldown method.
The IsSeriesDrillable method determines whether data can be drilled down by specified chart series.
Available Values:
True. Drilldown is available.
False. Drilldown is unavailable.
Use the IEaxChart.DrillSeries method to drill down data.
The method use is given in the example for the IEaxChart.DrillSeries.
See also: