Class LinearPointer
Represents the linear pointer
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LinearPointer : Object
Constructors
LinearPointer()
Declaration
public LinearPointer()
Properties
AnimationDuration
Gets or sets the animation duration of the pointer for linear gauge.
Declaration
public double AnimationDuration { get; set; }
Property Value
Type |
---|
System.Double |
Color
Gets or sets the color of the pointer
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
EnableAnimation
Gets or sets a value indicating whether to enable animation or not
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
---|
System.Boolean |
StrokeWidth
Gets or sets the thickness of needle pointer
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
Value
Gets or sets the value for the pointer
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |
Methods
SetPointervalue(Single)
Method used to set pointer value
Declaration
protected void SetPointervalue(float newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Single | newValue | to get new value |