Class GaugeAnnotation
Annotations of the Gauge in the CircularGauge
Inheritance
System.Object
GaugeAnnotation
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class GaugeAnnotation : Object
Constructors
GaugeAnnotation()
Declaration
public GaugeAnnotation()
Properties
Angle
Gets or sets a value indicating whether to rotate the scale
Declaration
public float Angle { get; set; }
Property Value
Type |
---|
System.Single |
HorizontalAlignment
Gets or sets a value of HorizontalAlignment
Declaration
public ViewAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
ViewAlignment |
Offset
Gets or sets a value to move the scale
Declaration
public float Offset { get; set; }
Property Value
Type |
---|
System.Single |
VerticalAlignment
Gets or sets a value of HorizontalAlignment
Declaration
public ViewAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
ViewAlignment |
View
Gets or sets a value indicating whether to add a view
Declaration
public View View { get; set; }
Property Value
Type |
---|
Android.Views.View |
ViewMargin
Gets or sets a value of view margin
Declaration
public PointF ViewMargin { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |