Class RangePointer
Represents Range Pointer in the Circular Gauge
Inherited Members
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class RangePointer : CircularPointer
Remarks
Contains customizable range to points the value and it can be positioned in the CircularScale, multiple pointers can be added to the Scale
Constructors
RangePointer()
Declaration
public RangePointer()
Properties
EndOffset
Gets or sets the EndOffset for the rangePointer.
Declaration
public double EndOffset { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets the offset for the rangePointer.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
RangeCap
Gets or sets the RangeCap for the rangePointer.
Declaration
public RangeCap RangeCap { get; set; }
Property Value
Type |
---|
RangeCap |
RangeStart
Gets or sets the start value of the rangePointer
Declaration
public double RangeStart { get; set; }
Property Value
Type |
---|
System.Double |
StartOffset
Gets or sets the StartOffset for the rangePointer.
Declaration
public double StartOffset { get; set; }
Property Value
Type |
---|
System.Double |