'Declaration
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
'Declaration
Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Chart.SelectionMode