Class SunburstSelectionType
Specifies the type of selection behavior in the sunburst chart.
Inheritance
System.Object
SunburstSelectionType
Namespace: Syncfusion.Maui.SunburstChart
Assembly: Syncfusion.Maui.SunburstChart.dll
Syntax
public sealed class SunburstSelectionType : Enum
Fields
Child
Selects the tapped segment and all its child segments.
Declaration
public const SunburstSelectionType Child
Field Value
Type |
---|
SunburstSelectionType |
Group
Selects the entire group of the tapped segment in the hierarchy.
Declaration
public const SunburstSelectionType Group
Field Value
Type |
---|
SunburstSelectionType |
Parent
Selects the parent of the tapped segment in the hierarchy.
Declaration
public const SunburstSelectionType Parent
Field Value
Type |
---|
SunburstSelectionType |
Single
Selects only the tapped segment.
Declaration
public const SunburstSelectionType Single
Field Value
Type |
---|
SunburstSelectionType |