dojox/dgauges/components/DefaultPropertiesMixin (version 1.10)

Summary

This class defines default properties of predefined gauges.

Property Summary

Method Summary

Properties

animationDuration

The duration of the value change animation in milliseconds. Default is 0. The animation occurs on both user interactions and programmatic value changes. Set this property to 0 to disable animation.

interactionArea

How to interact with the indicator using mouse or touch interactions. Can be "indicator", "gauge" or "none". The default value is "gauge". If set to "indicator", the indicator shape reacts to mouse and touch events. If set to "gauge", the whole gauge reacts to mouse and touch events. If "none", interactions are disabled.

interactionMode

Can be "mouse" or "touch".

majorTickInterval

The interval between two major ticks.

maximum

The maximum value of the scaler. Default is 100.

minimum

The minimum value of the scaler. Default is 0.

minorTickInterval

The interval between two minor ticks.

minorTicksEnabled

If false, minor ticks are not generated. Default is true.

snapInterval

Specifies the increment value to be used as snap values on this scale during user interaction. Default is 1.

Methods

_setAnimationDurationAttr(v)
Parameter Type Description
v undefined
_setBorderColorAttr(v)
Parameter Type Description
v undefined
_setFillColorAttr(v)
Parameter Type Description
v undefined
_setIndicatorColorAttr(v)
Parameter Type Description
v undefined
_setInteractionAreaAttr(v)
Parameter Type Description
v undefined
_setInteractionModeAttr(v)
Parameter Type Description
v undefined
_setMajorTickIntervalAttr(v)
Parameter Type Description
v undefined
_setMaximumAttr(v)
Parameter Type Description
v undefined
_setMinimumAttr(v)
Parameter Type Description
v undefined
_setMinorTickIntervalAttr(v)
Parameter Type Description
v undefined
_setMinorTicksEnabledAttr(v)
Parameter Type Description
v undefined
_setSnapIntervalAttr(v)
Parameter Type Description
v undefined
Error in the documentation? Can’t find what you are looking for? Let us know!