Class SFChartDataMarkerLabelPosition
Represents the SFChartDataMarker label position.
Inheritance
System.Object
SFChartDataMarkerLabelPosition
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.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
Type |
---|
SFChartDataMarkerLabelPosition |
Center
Label will be positioned center.
Declaration
public const SFChartDataMarkerLabelPosition Center
Field Value
Type |
---|
SFChartDataMarkerLabelPosition |
Inner
Label will be positioned inside.
Declaration
public const SFChartDataMarkerLabelPosition Inner
Field Value
Type |
---|
SFChartDataMarkerLabelPosition |
Outer
Label will be positioned outer.
Declaration
public const SFChartDataMarkerLabelPosition Outer
Field Value
Type |
---|
SFChartDataMarkerLabelPosition |