Enum SelectionDisplayMode
Selection highlight for selection behavior.
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public enum SelectionDisplayMode
Fields
| Name | Description |
|---|---|
| HighlightByColor | Highlights the selected segment by changing the color of the segment. |
| HighlightByOpacity | Highlights the selected segment by reducing the opacity of other segments. |
| HighlightByStrokeColor | Highlights the selected segment by changing the stroke color of the segment. |