[]
        
(Showing Draft Content)

C1.Web.Mvc.Chart.SelectionMode

SelectionMode Enum

Specifies what is selected when the user clicks the chart.

Namespace: C1.Web.Mvc.Chart
Assembly: C1.Web.Mvc.dll
Syntax
public enum SelectionMode

Fields

Name Description
None

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

Point

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

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