Class ActualLabelPosition
Specifies the actual position of a label relative to its associated element.
Inheritance
System.Object
ActualLabelPosition
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ActualLabelPosition : Enum
Fields
Bottom
Label is positioned at the Bottom.
Declaration
public const ActualLabelPosition Bottom
Field Value
| Type |
|---|
| ActualLabelPosition |
Left
Label is positioned to the Left.
Declaration
public const ActualLabelPosition Left
Field Value
| Type |
|---|
| ActualLabelPosition |
Right
Label is positioned to the Right.
Declaration
public const ActualLabelPosition Right
Field Value
| Type |
|---|
| ActualLabelPosition |
Top
Label is positioned at the top.
Declaration
public const ActualLabelPosition Top
Field Value
| Type |
|---|
| ActualLabelPosition |