dundas.controls.GaugeRange Class

Displays a range of values along a scale as context.
 

Inheritance Hierarchy

 
Class
   dundas.controls.GaugeRange
 

Constructors

 
  Name Description
init Initializes the gauge range. Called during construction.
 
 

Properties

 
  Name Description
distanceFromScale Gets or sets the distance of this object from the scale.
endValue Gets or sets the end value.
endWidth Gets or sets the end width.
fill Gets or sets the fill for the range.
id Gets or sets the ID of this range.
isCustom Gets or sets a value indicating whether this range is a custom range.
isDisplayedInLegend Gets or sets a value indicating whether the legend items corresponding to this range are displayed in the legend hooked up to the gauge.
isEndValueInclusive Gets or sets a value indicating whether the range includes its end value.
isStartValueInclusive Gets or sets a value indicating whether the range includes its start value.
isVisible Gets or sets a value indicating whether this range is visible.
legendCategory Gets or sets the legend category heading.
legendText Gets or sets the legend text.
name Gets or sets the visible name of this object.
opacity Gets or sets the percentage of opacity.
parentControl Gets the parent control of this range.
placement Gets or sets the placement.
startValue Gets or sets the start value.
startWidth Gets or sets the start width.
tooltip Gets or sets the tooltip text.
zIndex Gets or sets an index that can be used to customize the placement of this range 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 state style.