dundas.controls.GaugeTickMarkStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.GaugeTickMarkStyle
 

Constructors

 
  Name Description
init Initializes the tick mark style. Called during construction.
 
 

Properties

 
  Name Description
actualDistanceFromScale Gets the actual distance of the tick marks from the scale.
actualLength Gets the actual length of each tick mark.
distanceFromScale Gets or sets the distance of the tick marks from the scale.
fill Gets or sets the fill of the tick marks.
interval Gets or sets the interval.
intervalCount Gets or sets the interval count.
intervalOffset Gets or sets the interval offset.
isVisible Gets or sets the visibility of the tick marks.
length Gets or sets the length of the tick marks.
markerShape Gets or sets the tick mark shape.
opacity Gets or sets the percentage of opacity of the tick marks.
parentControl Gets the parent control of this style.
placement Gets or sets the placement of the tick mark style.
stroke Gets or sets the stroke of the tick mark.
strokeWidth Gets or sets the stroke width in pixels.
useRangeFill Gets or sets a value indicating whether to use the range fill.
width Gets or sets the width of the tick mark.
zIndex Gets or sets an index that can be used to customize the placement of the tick marks 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.