dundas.controls.GaugeScalePin Class

Restricts or appears to restrict the movement of a pointer at one end of the scale.
 

Inheritance Hierarchy

 
Class
   dundas.controls.GaugeScalePin
 

Constructors

 
  Name Description
init Initializes the scale pin. Called during construction.
 
 

Properties

 
  Name Description
distanceFromScale Gets or sets the distance of this pin from the scale.
fill Gets or sets the fill of this pin.
height Gets or sets the pin height.
isPinEnabled Gets or sets a value indicating whether the pin is enabled.
isVisible Gets or sets a value indicating the visibility of this pin.
location Gets or sets the location.
markerShape Gets or sets the shape of the pin.
opacity Gets or sets the percentage of opacity of the pin.
parentControl Gets the parent control of this instance.
placement Gets or sets the placement of the pin.
stroke Gets or sets the stroke of the pin.
strokeWidth Gets or sets the stroke width in pixels.
width Gets or sets the width of the pin.
zIndex Gets or sets an index that can be used to customize the placement of this pin in front of or behind other gauge elements. Elements with a higher z-index are drawn on top of elements with a lower z-index.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
invalidate Ensures the gauge is re-drawn using the current data and settings at the next best time made available by the browser. This method is normally called automatically when needed.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object.