dundas.controls.GaugeRadialPointer Class

Displays a value along a radial gauge scale.
 

Inheritance Hierarchy

 
Class
   dundas.controls.GaugePointer
      dundas.controls.GaugeRadialPointer
 

Constructors

 
  Name Description
init Initializes the gauge pointer. Called during construction. Inherited from dundas.controls.GaugePointer.
 
 

Properties

 
  Name Description
actualFill Gets the actual fill that should be rendered on the pointer. Determined after looking after the hover fill, selection fill and the fill of the pointer. Inherited from dundas.controls.GaugePointer.
actualStroke Gets the actual stroke that should be rendered on the pointer. Determined after looking after the hover stroke, selection stroke and the stroke of the pointer. Inherited from dundas.controls.GaugePointer.
animationDuration Gets or sets the length of each animated transition in milliseconds. Inherited from dundas.controls.GaugePointer.
barEndWidth Gets or sets the end width of the bar. Inherited from dundas.controls.GaugePointer.
barStartWidth Gets or sets the start width of the bar. Inherited from dundas.controls.GaugePointer.
distanceFromScale Gets or sets the distance of this pointer from the scale. Inherited from dundas.controls.GaugePointer.
easingFunction Gets or sets the easing function used to animate this object. Inherited from dundas.controls.GaugePointer.
fill Gets or sets the fill of this pointer. Inherited from dundas.controls.GaugePointer.
id Gets or sets the ID of this pointer. Inherited from dundas.controls.GaugePointer.
isBarStartedFromZero Gets or sets a value indicating whether the pointer is rendered from zero. Only applicable for the bar pointer type. Inherited from dundas.controls.GaugePointer.
isCustom Gets or sets a value indicating whether this pointer is a custom pointer. Inherited from dundas.controls.GaugePointer.
isDataChangeAnimated Gets or sets a value indicating whether this pointer is animated when the data is changed. Inherited from dundas.controls.GaugePointer.
isDisplayedInLegend Gets or sets a value indicating whether legend items corresponding to this pointer are displayed in the legend hooked up to this gauge. Inherited from dundas.controls.GaugePointer.
isHovered Gets a value indicating whether the pointer is currently being hovered over by the user. Inherited from dundas.controls.GaugePointer.
isLoadAnimated Gets or sets a value indicating whether the pointer is animated when the gauge is loaded. Inherited from dundas.controls.GaugePointer.
isNeedleCapVisible Gets or sets the visibility of the needle cap.
isSelected Gets or sets a value indicating whether this pointer is currently selected. Inherited from dundas.controls.GaugePointer.
isVisible Gets or sets the visibility of this pointer. Inherited from dundas.controls.GaugePointer.
legendCategory Gets or sets the legend category heading. Inherited from dundas.controls.GaugePointer.
legendText Gets or sets the legend text. Inherited from dundas.controls.GaugePointer.
markerLength Gets or sets the marker height. Inherited from dundas.controls.GaugePointer.
markerShape Gets or sets the marker symbol. Inherited from dundas.controls.GaugePointer.
markerWidth Gets or sets the marker width. Inherited from dundas.controls.GaugePointer.
name Gets the display name of this pointer. Inherited from dundas.controls.GaugePointer.
needleCapFill Gets or sets the fill of the needle cap.
needleCapStroke Gets or sets the stroke of the needle cap.
needleCapStrokeWidth Gets or sets the stroke width of the needle cap in pixels.
needleCapWidth Gets or sets the needle cap width.
needleCapZIndex Gets or sets an index that can be used to customize the placement of the needle cap 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.
needleShape Gets or sets the needle shape.
needleWidth Gets or sets the needle width.
parentControl Gets the parent control. Inherited from dundas.controls.GaugePointer.
placement Gets or sets the placement of the pointer. Inherited from dundas.controls.GaugePointer.
pointerType Gets or sets the pointer type. Inherited from dundas.controls.GaugePointer.
stroke Gets or sets the stroke of the pointer. Inherited from dundas.controls.GaugePointer.
strokeWidth Gets or sets the stroke width in pixels. Inherited from dundas.controls.GaugePointer.
tooltip Gets or sets the tooltip of the pointer. Inherited from dundas.controls.GaugePointer.
useRangeFill Gets or sets a value indicating whether to use the range fill. Inherited from dundas.controls.GaugePointer.
value Gets or sets the value of the pointer. Inherited from dundas.controls.GaugePointer.
zIndex Gets or sets an index that can be used to customize the placement of this pointer 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. Inherited from dundas.controls.GaugePointer.
 
 

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. Inherited from dundas.controls.GaugePointer.
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. Inherited from dundas.controls.GaugePointer.