Class LegendPlacement
Represents the legend placement to customize the legend position.
Inheritance
System.Object
LegendPlacement
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class LegendPlacement : Enum
Fields
Bottom
Position legend at bottom.
Declaration
public const LegendPlacement Bottom
Field Value
Type |
---|
LegendPlacement |
Left
Position legend at left.
Declaration
public const LegendPlacement Left
Field Value
Type |
---|
LegendPlacement |
Right
Position legend at right.
Declaration
public const LegendPlacement Right
Field Value
Type |
---|
LegendPlacement |
Top
Position legend at top.
Declaration
public const LegendPlacement Top
Field Value
Type |
---|
LegendPlacement |