Class SFChartLegendPosition
Represents Legend Placement in chart area.
Inheritance
System.Object
SFChartLegendPosition
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartLegendPosition : Enum
Fields
Bottom
Docks element at the bottom side of panel.
Declaration
public const SFChartLegendPosition Bottom
Field Value
Float
Docks element at any position on panel.
Declaration
public const SFChartLegendPosition Float
Field Value
Left
Docks element at the left side of panel.
Declaration
public const SFChartLegendPosition Left
Field Value
Right
Docks element at the right side of panel.
Declaration
public const SFChartLegendPosition Right
Field Value
Top
Docks element at the top side of panel.
Declaration
public const SFChartLegendPosition Top