Wijmo UI for the Web
options type
wijmo.gauge.wijlineargauge Namespace : options type
Inheritance Hierarchy

Object
   wijmo.gauge.wijlineargauge.options

Fields
 NameDescription
public Option

Type: wijmo.gauge.gauge_animation

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

 
public Option

Default value: true

A value that indicates whether to redraw the gauge automatically when resizing the gauge element.

 
public Option

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 Option

Default value: 'auto'

Sets the height of the gauge area in pixels.

 
public Option

Default value: false

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

 
public Option

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 Option

Type: wijmo.gauge.gauge_label

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

 
public Option

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 Option

Default value: 5

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

 
public Option

Default value: 5

It is a value in pixels that indicates where to render the left edge of the gauge markers, it may help to also change the width option.

 
public Option

Default value: 5

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

 
public Option

Default value: 5

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

 
public Option

Default value: 100

Sets the maximum value of the gauge.

 
public Option

Default value: 0

Sets the minimum value of the gauge.

 
public Option

Default value: 'horizontal'

Sets the orientation of the gauge, with a setting of horizontal showing values across the gauge from left to right, and a setting of vertical showing values along the gauge from top to bottom.

 
public Option

Type: wijmo.gauge.gauge_pointer

Creates an object that includes all settings of the gauge pointer.

 
public Option

Default value: []

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

 
public Option

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 Option

Type: wijmo.gauge.gauge_tick

A value that provides information for the minor tick.

 
public Option

Default value: 0

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

 
public Option

Default value: 'auto'

Sets the width of the gauge area in pixels.

 
public Option

Default value: 0.8

Sets the length of the X axis as a percentage of the width of the gauge.

 
public Option

Default value: 0.1

Sets the starting location of the X axis as a percentage of the width of the gauge.

 
public Option

Default value: 0.5

Sets the base vertical location of the pointer, tick marks and labels on the X axis as a percentage of the height of the gauge.

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

Reference

wijmo.gauge.wijlineargauge Namespace