Show contents 

IChart > Chart Assembly Interfaces > IChartAbstractItem > IChartAbstractItem.Selected

IChartAbstractItem.Selected

Syntax

Selected: Boolean;

Description

The Selected property determines whether a graph component is selected (series, marker, and so on). If this property is set to True, the graph element is selected; if this property is set to False, the element is not selected.

NOTE. The property cannot be set for IChartSerie.DefaultLabel default data labels.

See also:

IChartAbstractItem