Class LabelAlignment
Represents label placement in Axis.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Center
Label placed center to the axis tick.
Declaration
public const LabelAlignment Center
Field Value
Type |
---|
LabelAlignment |
Far
Label placed Far to the axis tick.
Declaration
public const LabelAlignment Far
Field Value
Type |
---|
LabelAlignment |
Near
Label placed Near to the axis tick.
Declaration
public const LabelAlignment Near
Field Value
Type |
---|
LabelAlignment |