Class ChartSelectionType
Defines the selection type for a ChartSelectionBehavior.
Inheritance
System.Object
ChartSelectionType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartSelectionType : Enum
Fields
Multiple
The user can select two or many items at a time.
Declaration
public const ChartSelectionType Multiple
Field Value
Type |
---|
ChartSelectionType |
None
No items can be selected.
Declaration
public const ChartSelectionType None
Field Value
Type |
---|
ChartSelectionType |
Single
The user can select only one item at a time.
Declaration
public const ChartSelectionType Single
Field Value
Type |
---|
ChartSelectionType |
SingleDeselect
The user can select and deselect only one item at a time.
Declaration
public const ChartSelectionType SingleDeselect
Field Value
Type |
---|
ChartSelectionType |