Class SFChartDataMarkerPosition
Represents the SFChartDataMarkerposition.
Inheritance
System.Object
SFChartDataMarkerPosition
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartDataMarkerPosition : Enum
Fields
Bottom
Marker will be positioned on bottom of the series.
Declaration
public const SFChartDataMarkerPosition Bottom
Field Value
| Type |
|---|
| SFChartDataMarkerPosition |
Center
Marker will be positioned on middle of the series.
Declaration
public const SFChartDataMarkerPosition Center
Field Value
| Type |
|---|
| SFChartDataMarkerPosition |
Top
Marker will be positioned on top of the series.
Declaration
public const SFChartDataMarkerPosition Top
Field Value
| Type |
|---|
| SFChartDataMarkerPosition |