Class MarkerPointer
Represents Marker Pointer in the Circular Gauge
Inherited Members
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class MarkerPointer : CircularPointer
Remarks
MarkerPointer contains different marker shapes, multiple pointers can be added to the Scale
Constructors
MarkerPointer()
Declaration
public MarkerPointer()
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 |
|---|
| System.Boolean |
ImageSource
Gets or sets a value indicating whether to change ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
| Type |
|---|
| System.String |
MarkerHeight
Gets or sets a value indicating whether to change MarkerHeight
Declaration
public double MarkerHeight { get; set; }
Property Value
| Type |
|---|
| System.Double |
MarkerShape
Gets or sets a value indicating whether to change MarkerShape
Declaration
public MarkerShape MarkerShape { get; set; }
Property Value
| Type |
|---|
| MarkerShape |
MarkerWidth
Gets or sets a value indicating whether to change MarkerWidth
Declaration
public double MarkerWidth { get; set; }
Property Value
| Type |
|---|
| System.Double |
Offset
Gets or sets a value indicating whether to change Offset
Declaration
public double Offset { get; set; }
Property Value
| Type |
|---|
| System.Double |
StepFrequency
Gets or sets the snap value to the marker pointer. While dragging the pointer, it will move to next value based on step frequency value. Default value is 0.
Declaration
public double StepFrequency { get; set; }
Property Value
| Type |
|---|
| System.Double |
Remarks
To drag with step frequency value, enable dragging support for pointer.