Class AnnotationDirection
Specifies whether to position the gauge annotation based on axis value or angle.
Inheritance
System.Object
AnnotationDirection
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public sealed class AnnotationDirection : Enum
Fields
Angle
Specifies the position of the gauge annotation based on angle.
Declaration
public const AnnotationDirection Angle
Field Value
Type |
---|
AnnotationDirection |
AxisValue
Specifies the position of the gauge annotation based on axis value.
Declaration
public const AnnotationDirection AxisValue
Field Value
Type |
---|
AnnotationDirection |