IChart.SelectedSeries

Fore Syntax

SelectedSeries: IChartSelectedSeries;

Fore.NET Syntax

SelectedSeries: Prognoz.Platform.Interop.Chart.IChartSelectedSeries;

Description

The SelectedSeries property returns parameters of the collection of selected data series on the chart.

Example

The property use is identical to examples of the IChartSelectedSeries interface.

See also:

IChart