IChartSeriePoint.Selected

Fore Syntax

Selected: Boolean;

Fore.NET Syntax

Selected: Boolean;

Description

The Selected property determines whether a data series point is selected.

Comments

The data series point is selected when this property is set to True, otherwise it is not selected.

Fore and Fore.NET examples

Examples of use are given in the IChartSerie.SeriePoint property.

See also:

IChartSeriePoint