Client-Side API Reference > FlexChart > wijmo.chart > SelectionMode Enum |
Name | Value | Description |
---|---|---|
None | 0 |
Select neither series nor data points when the user clicks the chart. |
Series | 1 |
Select the whole Series when the user clicks it on the chart. |
Point | 2 |
Select the data point when the user clicks it on the chart. Since Line, Area, Spline, and SplineArea charts do not render individual data points, nothing is selected with this setting on those chart types. |
Specifies what is selected when the user clicks the chart.