State: String;
The State property determines whether the chart data series is hovered.
The property is read-only.
Available values:
Blur. The data series is not hovered, but the data series array contains a series selected with mouse click.
Hover. The chart data series is hovered.
Normal. The chart data series is not hovered (default).
Unhover. The data series is not hovered, but the data series array contains a hovered series.
The example of use is given on the Example of Creating a Line Chart page.
See also: