Enum SelectionStyle
Defines the selection style used for item selection and interaction in a UI control.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum SelectionStyle
Fields
| Name | Description |
|---|---|
| Multiple | Enables the selection of multiple segments, allowing interaction with more than one segment at a time. |
| Single | Enables the selection of a single segment at a time, restricting interaction to only one data segment. |