Class LegendClickAction
Gets or sets a value that determines whether to toggle corresponding segment visibility or selection while selecting the legend item.
Inheritance
System.Object
LegendClickAction
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public sealed class LegendClickAction : Enum
Fields
None
None will set.
Declaration
public const LegendClickAction None
Field Value
Type |
---|
LegendClickAction |
ToggleSegmentSelection
ToggleSegmentSelection will set.
Declaration
public const LegendClickAction ToggleSegmentSelection
Field Value
Type |
---|
LegendClickAction |
ToggleSegmentVisibility
ToggleSegmentVisibility will set.
Declaration
public const LegendClickAction ToggleSegmentVisibility
Field Value
Type |
---|
LegendClickAction |