Xuni.Xamarin.ChartCore Namespace : ChartSelectionModeType Enumeration |
'Declaration
Public Enum ChartSelectionModeType Inherits System.Enum
'Usage
Dim instance As ChartSelectionModeType
public enum ChartSelectionModeType : 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 @see:Series when the user clicks it on the chart. |
System.Object
System.ValueType
System.Enum
Xuni.Xamarin.ChartCore.ChartSelectionModeType
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