C1.Web.Mvc.Chart Namespace : SelectionMode Enumeration |
'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2