IsSelected: Boolean;
The IsSelected property determines whether the point of chart data series is selected.
Use JSON or the setIsSelected method to set the property value and the getIsSelected method to get the property value.
Available values:
true. The point of chart data series is selected.
false. The point of chart data series is not selected (default).
The example of use is given on the Example of Creating a Stacked Histogram page.
See also: