[]
        
(Showing Draft Content)

SelectionMode Enumeration

SelectionMode Enumeration

Specifies what is selected when the user clicks the chart.

Enumeration members

Enumeration members

None

None: = 0

Select neither series nor data points when the user clicks the chart.

Point

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.

Series

Series: = 1

Select the whole Series when the user clicks it on the chart.