IChart.SelectedSeries

Fore Syntax

SelectedSeries: IChartSelectedSeries;

Fore.NET Syntax

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

Description

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

Example

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

See also:

IChart