Class LegendPlacement
Specifies the placement of the legend relative to the plot area, such as top, bottom, left, or right of the chart.
Inheritance
System.Object
LegendPlacement
Namespace: Syncfusion.Maui.Toolkit
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class LegendPlacement : Enum
Fields
Bottom
Positions the legend to the bottom of the chart.
Declaration
public const LegendPlacement Bottom
Field Value
Type |
---|
LegendPlacement |
Left
Positions the legend to the left of the chart.
Declaration
public const LegendPlacement Left
Field Value
Type |
---|
LegendPlacement |
Right
Positions the legend to the right of the chart.
Declaration
public const LegendPlacement Right
Field Value
Type |
---|
LegendPlacement |
Top
Positions the legend to the top of the chart.
Declaration
public const LegendPlacement Top
Field Value
Type |
---|
LegendPlacement |