Class SelectionType
Represents the selection types. This enum is used to customize the selection for selection behavior for the sunburst chart.
Inheritance
System.Object
SelectionType
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public sealed class SelectionType : Enum
Fields
Child
Selection type is Child.
Declaration
public const SelectionType Child
Field Value
Type |
---|
SelectionType |
Group
Selection type is Group.
Declaration
public const SelectionType Group
Field Value
Type |
---|
SelectionType |
Parent
Selection type is Parent.
Declaration
public const SelectionType Parent
Field Value
Type |
---|
SelectionType |
Single
Selection type is Single.
Declaration
public const SelectionType Single
Field Value
Type |
---|
SelectionType |