Class LegendPlacement
Represents the legend placement to customize the position of chart legend anywhere in the chart area.
Inheritance
System.Object
LegendPlacement
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class LegendPlacement : Enum
Fields
Bottom
Docks element at the bottom side of panel.
Declaration
public const LegendPlacement Bottom
Field Value
Type |
---|
LegendPlacement |
Floating
Docks element at any position on panel
Declaration
public const LegendPlacement Floating
Field Value
Type |
---|
LegendPlacement |
Left
Docks element at the left side of panel.
Declaration
public const LegendPlacement Left
Field Value
Type |
---|
LegendPlacement |
Right
Docks element at the right side of panel.
Declaration
public const LegendPlacement Right
Field Value
Type |
---|
LegendPlacement |
Top
Docks element at the top side of panel.
Declaration
public const LegendPlacement Top
Field Value
Type |
---|
LegendPlacement |