Class SFChartCircularSeriesLabelPosition
Represents the SFChartDataMarker position.
Inheritance
System.Object
SFChartCircularSeriesLabelPosition
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartCircularSeriesLabelPosition : Enum
Fields
Inside
Marker will be positioned inside the series.
Declaration
public const SFChartCircularSeriesLabelPosition Inside
Field Value
Outside
Marker will be positioned outside the series.
Declaration
public const SFChartCircularSeriesLabelPosition Outside
Field Value
OutsideExtended
Marker will be positioned around the chart area.
Declaration
public const SFChartCircularSeriesLabelPosition OutsideExtended