Class SelectionMode
Defines the selection mode. They are:
None - Disable the selection.
Series - To select a series.
Point - To select a point.
Cluster - To select a cluster of point
DragXY - To select points, by dragging with respect to both horizontal and vertical axis
DragX - To select points, by dragging with respect to horizontal axis.
DragY - To select points, by dragging with respect to vertical axis.
Lasso - To select points, by dragging with respect to free form.
Inheritance
System.Object
SelectionMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Cluster
Declaration
public const SelectionMode Cluster
Field Value
DragX
Declaration
public const SelectionMode DragX
Field Value
DragXY
Declaration
public const SelectionMode DragXY
Field Value
DragY
Declaration
public const SelectionMode DragY
Field Value
Lasso
Declaration
public const SelectionMode Lasso
Field Value
None
Declaration
public const SelectionMode None
Field Value
Point
Declaration
public const SelectionMode Point
Field Value
Series
Declaration
public const SelectionMode Series
Field Value