Class SelectionStyle
Defines the selection style used for item selection and interaction in a UI control.
Inheritance
System.Object
SelectionStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class SelectionStyle : Enum
Fields
Multiple
Enables the selection of multiple segments, allowing interaction with more than one segment at a time.
Declaration
public const SelectionStyle Multiple
Field Value
| Type |
|---|
| SelectionStyle |
Single
Enables the selection of a single segment at a time, restricting interaction to only one data segment.
Declaration
public const SelectionStyle Single
Field Value
| Type |
|---|
| SelectionStyle |