Class SFChartDataMarkerLabelPosition
Represents the SFChartDataMarker label position.
Inheritance
System.Object
SFChartDataMarkerLabelPosition
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartDataMarkerLabelPosition : Enum
Fields
Auto
Label position will be decided based on series types.
Declaration
public const SFChartDataMarkerLabelPosition Auto
Field Value
Center
Label will be positioned center.
Declaration
public const SFChartDataMarkerLabelPosition Center
Field Value
Inner
Label will be positioned inside.
Declaration
public const SFChartDataMarkerLabelPosition Inner
Field Value
Outer
Label will be positioned outer.
Declaration
public const SFChartDataMarkerLabelPosition Outer