Class SFChartAlignment
Represents label placement in chart.
Inheritance
System.Object
SFChartAlignment
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartAlignment : Enum
Fields
Center
Label will be placed center.
Declaration
public const SFChartAlignment Center
Field Value
Type |
---|
SFChartAlignment |
Far
Label will be placed far.
Declaration
public const SFChartAlignment Far
Field Value
Type |
---|
SFChartAlignment |
Near
Label will be placed near.
Declaration
public const SFChartAlignment Near
Field Value
Type |
---|
SFChartAlignment |