Class SFChartElementPosition
Defines the position within the bounds.
Inheritance
System.Object
SFChartElementPosition
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartElementPosition : Enum
Fields
Bottom
Defines the position at the bottom.
Declaration
public const SFChartElementPosition Bottom
Field Value
Type |
---|
SFChartElementPosition |
Left
Defines the position at the left side.
Declaration
public const SFChartElementPosition Left
Field Value
Type |
---|
SFChartElementPosition |
Right
Defines the position at the right side.
Declaration
public const SFChartElementPosition Right
Field Value
Type |
---|
SFChartElementPosition |
Top
Defines the position at the Top.
Declaration
public const SFChartElementPosition Top
Field Value
Type |
---|
SFChartElementPosition |