Class GaugePointer
Represents a pointer to be drawn against a scale.
Inheritance
System.Object
GaugePointer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class GaugePointer
Constructors
GaugePointer()
Declaration
GaugePointer(ReportSerializer)
Declaration
public GaugePointer(ReportSerializer serializer)
Parameters
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
BarStart
Declaration
public BarStart BarStart { get; set; }
Property Value
DistanceFromScale
Declaration
public float DistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public GaugeInputValue GaugeInputValue { get; set; }
Property Value
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MarkerLength
Declaration
public float MarkerLength { get; set; }
Property Value
Type |
Description |
System.Single |
|
MarkerStyle
Declaration
public MarkerStyle MarkerStyle { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Placement
Declaration
public Placement Placement { get; set; }
Property Value
PointerImage
Declaration
public PointerImage PointerImage { get; set; }
Property Value
SnappingEnabled
Declaration
public bool SnappingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SnappingInterval
Declaration
public float SnappingInterval { get; set; }
Property Value
Type |
Description |
System.Single |
|
Style
Declaration
public Style Style { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|