Enum SelectionType
Selection types for selection behavior.
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public enum SelectionType
Fields
| Name | Description |
|---|---|
| Child | Selection type is Child. |
| Group | Selection type is Group. |
| Parent | Selection type is Parent. |
| Single | Selection type is Single. |