Class SymbolPointer
Represents the symbol pointer
Inherited Members
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class SymbolPointer : LinearPointer
Constructors
SymbolPointer()
Declaration
public SymbolPointer()
Properties
ImageSource
Gets or sets a value indicating whether to change ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
Type |
---|
System.String |
MarkerShape
Gets or sets marker shape for the Symbol Pointer.
Declaration
public MarkerShape MarkerShape { get; set; }
Property Value
Type |
---|
MarkerShape |
Offset
Gets or sets distance factor for the range Pointer.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
SymbolPosition
Gets or sets position for the Symbol Pointer.
Declaration
public SymbolPointerPosition SymbolPosition { get; set; }
Property Value
Type |
---|
SymbolPointerPosition |