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
Center
Marker will be positioned on middle of the series.
Declaration
public const SFChartDataMarkerPosition Center
Field Value
Top
Marker will be positioned on top of the series.
Declaration
public const SFChartDataMarkerPosition Top