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