Class LinearLabel
Represents the linear label
Inheritance
System.Object
LinearLabel
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LinearLabel : Object
Constructors
LinearLabel()
Declaration
public LinearLabel()
Properties
FontStyle
Gets or sets the style for the header
Declaration
public Typeface FontStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
Offset
Gets or sets the position for Gauge Header
Declaration
public PointF Offset { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
Position
Gets or sets the position for Gauge Header
Declaration
public PointF Position { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
Text
Gets or sets the text of the gauge header
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextColor
Gets or sets the color for the header
Declaration
public int TextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TextSize
Gets or sets the Label text size
Declaration
public double TextSize { get; set; }
Property Value
Type |
---|
System.Double |