Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijgauge.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)animation

Type: wijmo.gauge.gauge_animation

Defines the animation effect, controlling aspects such as duration and easing.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)face

Type: wijmo.gauge.gauge_face

Sets or draws the image or shape to use for the face of the gauge and the background area.

 
public Fieldstatic (Shared in Visual Basic)height

Default value: 400

Sets the height of the gauge area in pixels.

 
public Fieldstatic (Shared in Visual Basic)isInverted

Default value: false

Determines whether to render the gauge in reverse order, with the numbering going from highest to lowest.

 
public Fieldstatic (Shared in Visual Basic)islogarithmic

Default value: false

The islogarithmic option, inherited from the jquery.wijmo.wijgauge.js base class, indicates whether to use logarithmic scaling for gauge label numeric values.

 
public Fieldstatic (Shared in Visual Basic)labels

Type: wijmo.gauge.gauge_label

Sets all of the appearance options of the numeric labels that appear around the edge of the gauge.

 
public Fieldstatic (Shared in Visual Basic)logarithmicBase

Default value: 10

The logarithmicBase option, inherited from the jquery.wijmo.wijgauge.js base class, indicates the logarithmic base to use if the islogarithmic option is set to true. The logarithmic base is the number to raise to produce the exponent.

 
public Fieldstatic (Shared in Visual Basic)marginBottom

Default value: 0

Sets a value in pixels that indicates where to render the bottom edge of the gauge face.

 
public Fieldstatic (Shared in Visual Basic)marginLeft

Default value: 0

Sets a value in pixels that indicates where to render the left edge of the gauge face.

 
public Fieldstatic (Shared in Visual Basic)marginRight

Default value: 0

Sets a value in pixels that indicates where to render the right edge of the gauge face.

 
public Fieldstatic (Shared in Visual Basic)marginTop

Default value: 0

Sets a value in pixels that indicates where to render the top edge of the gauge face.

 
public Fieldstatic (Shared in Visual Basic)max

Default value: 100

Sets the maximum value of the gauge.

 
public Fieldstatic (Shared in Visual Basic)min

Default value: 0

Sets the minimum value of the gauge.

 
public Fieldstatic (Shared in Visual Basic)pointer

Type: wijmo.gauge.gauge_pointer

A value that includes all settings of the gauge pointer.

 
public Fieldstatic (Shared in Visual Basic)ranges

Default value: []

Allows you to create an array of ranges to highlight where values fall within the gauge.

 
public Fieldstatic (Shared in Visual Basic)tickMajor

Type: wijmo.gauge.gauge_tick

Sets appearance options for the major tick marks that appear next to the numeric labels around the face of the gauge.

 
public Fieldstatic (Shared in Visual Basic)tickMinor

Type: wijmo.gauge.gauge_tick

A value that provides information for the minor tick.

 
public Fieldstatic (Shared in Visual Basic)value

Default value: 0

Sets the value of the gauge, indicated by the pointer.

 
public Fieldstatic (Shared in Visual Basic)width

Default value: 600

Sets the width of the gauge area in pixels.

 
Top
Events
 NameDescription
public EventbeforeValueChangedFires before the value changes, this event can be called.  
public EventpaintedFires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event.  
public EventvalueChangedFires before the value changes, this event can be called.  
Top
See Also

Reference

jQuery.wijmo.wijgauge Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.