Class LinearGaugeAnnotation
Represents linear gauge annotation class that helps to show custom content in linear gauge with the help of offset and scale value.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class LinearGaugeAnnotation : ContentControl
Constructors
LinearGaugeAnnotation()
Initializes a new instance of the LinearGaugeAnnotation class.
Declaration
public LinearGaugeAnnotation()
Fields
HorizontalPositionProperty
Using a DependencyProperty as the backing store for Horizontal alignment. This enables styling, binding, etc...
Declaration
public static readonly DependencyProperty HorizontalPositionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
OffsetXProperty
Using a DependencyProperty as the backing store for Offset. This enables styling, binding, etc...
Declaration
public static readonly DependencyProperty OffsetXProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
OffsetYProperty
Using a DependencyProperty as the backing store for Offset. This enables styling, binding, etc...
Declaration
public static readonly DependencyProperty OffsetYProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ScaleValueProperty
This dependency property is used to apply annotation in the Scale value
Declaration
public static readonly DependencyProperty ScaleValueProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
VerticalPositionProperty
Using a DependencyProperty as the backing store for Horizontal alignment. This enables styling, binding, etc...
Declaration
public static readonly DependencyProperty VerticalPositionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ViewMarginProperty
Using a DependencyProperty as the backing store for view margin.
Declaration
public static readonly DependencyProperty ViewMarginProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Gauge
Gets linear gauge instance that represents dependent gauge instance of this annotation.
Declaration
public SfLinearGauge Gauge { get; }
Property Value
Type |
---|
SfLinearGauge |
HorizontalPosition
Gets or set ViewAlignment value that represents horizontal position of annotation.
Declaration
public ViewAlignment HorizontalPosition { get; set; }
Property Value
Type |
---|
ViewAlignment |
OffsetX
Gets or sets double value that represents x-position of annotation.
Declaration
public double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets double value that represents y-position of annotation.
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
ScaleValue
Gets or sets double value that represents scaling value of annotation.
Declaration
public double ScaleValue { get; set; }
Property Value
Type |
---|
System.Double |
VerticalPosition
Gets or set ViewAlignment value that represents vertical position of annotation.
Declaration
public ViewAlignment VerticalPosition { get; set; }
Property Value
Type |
---|
ViewAlignment |
ViewMargin
Gets or sets a value for header offset
Declaration
public Point ViewMargin { get; set; }
Property Value
Type |
---|
Windows.Foundation.Point |