Enum SelectionMode
Defines the SelectionMode, 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.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum SelectionMode
Fields
Name | Description |
---|---|
Cluster | |
DragX | |
DragXY | |
DragY | |
Lasso | |
None | |
Point | |
Series |