Class NeedlePointer
Represents Needle Pointer in the Circular Gauge
Inherited Members
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class NeedlePointer : CircularPointer
Remarks
NeedlePointer contains customizable needle and knob, multiple pointers can be added to the Scale
Constructors
NeedlePointer()
Declaration
public NeedlePointer()
Properties
EnableDragging
Gets or sets a value indicating whether the pointer can be drag or not.
Declaration
public bool EnableDragging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KnobColor
Gets or sets the color of needle mCircularPointer knob
Declaration
public int KnobColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KnobRadius
Gets or sets the size of the knob of needle mCircularPointer
Declaration
public double KnobRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
KnobRadiusFactor
Gets or sets the radius of the knob of needle mCircularPointer
Declaration
public double KnobRadiusFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
KnobStrokeColor
Gets or sets the StrokeColor of needle mCircularPointer knob
Declaration
public int KnobStrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KnobStrokeWidth
Gets or sets the StrokeWidth of needle mCircularPointer knob
Declaration
public double KnobStrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LengthFactor
Gets or sets the size factor for the needle mCircularPointer
Declaration
public double LengthFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TailColor
Gets or sets the color of the Tail of needle mCircularPointer
Declaration
public int TailColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TailLengthFactor
Gets or sets the length of the Tail of needle mCircularPointer
Declaration
public double TailLengthFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TailStrokeColor
Gets or sets the StrokeColor of the tail of needle mCircularPointer
Declaration
public int TailStrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TailStrokeWidth
Gets or sets the StrokeWidth of the tail of needle mCircularPointer
Declaration
public double TailStrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Type
Gets or sets the CircularPointer type
Declaration
public NeedleType Type { get; set; }
Property Value
Type | Description |
---|---|
NeedleType |