Class SelectionMode
Specifies the selection mode.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Cluster
Defines too select a cluster of point.
Declaration
public const SelectionMode Cluster
Field Value
Type |
---|
SelectionMode |
DragX
Defines to select points, by dragging with respect to vertical axis.
Declaration
public const SelectionMode DragX
Field Value
Type |
---|
SelectionMode |
DragXY
Defines to select points, by dragging with respect to both horizontal and vertical axis.
Declaration
public const SelectionMode DragXY
Field Value
Type |
---|
SelectionMode |
DragY
Defines to select points, by dragging with respect to horizontal axis.
Declaration
public const SelectionMode DragY
Field Value
Type |
---|
SelectionMode |
Lasso
Defines to select points, by dragging with respect to free form.
Declaration
public const SelectionMode Lasso
Field Value
Type |
---|
SelectionMode |
None
Defines the disable the selection.
Declaration
public const SelectionMode None
Field Value
Type |
---|
SelectionMode |
Point
Defines to select a point.
Declaration
public const SelectionMode Point
Field Value
Type |
---|
SelectionMode |
Series
Defines to select an series.
Declaration
public const SelectionMode Series
Field Value
Type |
---|
SelectionMode |