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
Enables selection of clusters of points in the chart.
Declaration
public const SelectionMode Cluster
Field Value
Type |
---|
SelectionMode |
DragX
Enables selection of points by dragging with respect to the vertical axis.
Declaration
public const SelectionMode DragX
Field Value
Type |
---|
SelectionMode |
DragXY
Enables selection of points by dragging with respect to both axes.
Declaration
public const SelectionMode DragXY
Field Value
Type |
---|
SelectionMode |
DragY
Enables selection of points by dragging with respect to the horizontal axis.
Declaration
public const SelectionMode DragY
Field Value
Type |
---|
SelectionMode |
Lasso
Enables free-form selection of points by lasso.
Declaration
public const SelectionMode Lasso
Field Value
Type |
---|
SelectionMode |
None
Disables the selection functionality.
Declaration
public const SelectionMode None
Field Value
Type |
---|
SelectionMode |
Point
Enables selection of individual points in the chart.
Declaration
public const SelectionMode Point
Field Value
Type |
---|
SelectionMode |
Series
Enables selection of series in the chart.
Declaration
public const SelectionMode Series
Field Value
Type |
---|
SelectionMode |