ChartPoint.IsSelected

Syntax

IsSelected: Boolean;

Description

The IsSelected property determines whether the point of chart data series is selected.

Comments

Use JSON or the setIsSelected method to set the property value and the getIsSelected method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint