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