Class SelectionStyle
Defines the way of selection type.
Inheritance
System.Object
SelectionStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class SelectionStyle : Enum
Fields
Multiple
Multiple segment selection.
Declaration
public const SelectionStyle Multiple
Field Value
Type |
---|
SelectionStyle |
Single
Single segment selection.
Declaration
public const SelectionStyle Single
Field Value
Type |
---|
SelectionStyle |