Class SunburstLegend
Represents the legend for the SfSunburstChart class.
Inheritance
System.Object
SunburstLegend
Namespace: Syncfusion.Maui.SunburstChart
Assembly: Syncfusion.Maui.SunburstChart.dll
Syntax
public class SunburstLegend : BindableObject, ILegend
Constructors
SunburstLegend()
Declaration
public SunburstLegend()
Fields
IsVisibleProperty
Identifies the IsVisible bindable property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
PlacementProperty
Identifies the Placement bindable property.
Declaration
public static readonly BindableProperty PlacementProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
IsVisible
Gets or sets a value indicating whether the legend is visible in the sunburst chart.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
Placement
Gets or sets the placement for the legend in the sunburst chart.
Declaration
public LegendPlacement Placement { get; set; }
Property Value
Type |
---|
LegendPlacement |