Class AdornmentsLabelPosition
Represents the positioning of Adornment labels.
Inheritance
System.Object
AdornmentsLabelPosition
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class AdornmentsLabelPosition : Enum
Fields
Auto
Positions the Adornment labels at Auto.
Declaration
public const AdornmentsLabelPosition Auto
Field Value
Type |
---|
AdornmentsLabelPosition |
Center
Positions the Adornment labels at Center.
Declaration
public const AdornmentsLabelPosition Center
Field Value
Type |
---|
AdornmentsLabelPosition |
Default
Positions the Adornment labels at Default.
Declaration
public const AdornmentsLabelPosition Default
Field Value
Type |
---|
AdornmentsLabelPosition |
Inner
Positions the Adornment labels at Inner.
Declaration
public const AdornmentsLabelPosition Inner
Field Value
Type |
---|
AdornmentsLabelPosition |
Outer
Positions the Adornment labels at Outer.
Declaration
public const AdornmentsLabelPosition Outer
Field Value
Type |
---|
AdornmentsLabelPosition |