IChartSeriePoint.Selected

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; if the property is set to False, it is not selected.

Example

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

See also:

IChartSeriePoint