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
Type |
---|
SFChartLegendPosition |
Float
Docks element at any position on panel.
Declaration
public const SFChartLegendPosition Float
Field Value
Type |
---|
SFChartLegendPosition |
Left
Docks element at the left side of panel.
Declaration
public const SFChartLegendPosition Left
Field Value
Type |
---|
SFChartLegendPosition |
Right
Docks element at the right side of panel.
Declaration
public const SFChartLegendPosition Right
Field Value
Type |
---|
SFChartLegendPosition |
Top
Docks element at the top side of panel.
Declaration
public const SFChartLegendPosition Top
Field Value
Type |
---|
SFChartLegendPosition |