Class SelectionDisplayMode
Represents SelectionDisplayMode. This enum is used for highlighting the selection behavior for the sunburst chart.
Inheritance
System.Object
SelectionDisplayMode
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public sealed class SelectionDisplayMode : Enum
Fields
HighlightByColor
Represents the HighlightByColor. It highlights the selected segment by changing the color of the segment.
Declaration
public const SelectionDisplayMode HighlightByColor
Field Value
Type |
---|
SelectionDisplayMode |
HighlightByOpacity
Represents the HighlightByColor. It highlights the selected segment by changing the color of the segment.
Declaration
public const SelectionDisplayMode HighlightByOpacity
Field Value
Type |
---|
SelectionDisplayMode |
HighlightByStrokeColor
Represents HighlightByStrokeColor. It highlights the selected segment by changing the stroke color of the segment.
Declaration
public const SelectionDisplayMode HighlightByStrokeColor
Field Value
Type |
---|
SelectionDisplayMode |