| Name | Description |
---|
 | background | Gets or sets the background of the gauge area. Any valid CSS color string is accepted. |
 | border | Gets the border settings of the gauge area. |
 | element | Gets the DOM element that hosts this control. |
 | endAngle | Gets or sets the end angle of the gauge scale. The scale is rendered clockwise, where a start angle of 0 is equal to 180 degrees in the polar coordinate system. |
 | height | Gets the height of the gauge area. |
 | initialized | Indicates whether the control is initialized. |
 | labels | Retrieves the label settings for this gauge. |
 | majorTicks | Retrieves the major tick settings. |
 | majorUnit | Gets or sets the interval between major divisions |
 | margin | Gets the margin of the gauge area. |
 | max | Gets or sets the maximum value of the scale. |
 | min | Gets or sets the minimum value of the scale. |
 | minorTicks | Retrieves the minor tick settings. |
 | minorUnit | Gets or sets the interval between minor divisions |
 | pointer | Retrieves the gauge pointer settings. |
 | rangeDistance | The distance of ranges from the edge of the scale. If this property is not set, it will be calculated to 5% of the scale radius. |
 | rangePlaceholderColor | Gets or sets the default color for the ranges. |
 | ranges | Gets or sets the array of ranges that will appear on the scale. |
 | rangeSize | The width of the ranges that will appear on the scale. If the property is not set, it will be calculated to 10% of the scale radius. |
 | reverse | Gets or sets a value indicating whether the axis direction is reversed. Reversed axis values increase from right to left and from top to bottom. |
 | startAngle | Gets or sets the start angle of the gauge scale. The scale is rendered clockwise, where a start angle of 0 is equal to 180 degrees in the polar coordinate system. |
 | svg | Gets the SVG representation of the current gauge. |
 | theme | Gets or sets the name of the visual theme applied to the gauge. |
 | transitions | Enables or disables transitions. True by default. |
 | value | Gets or sets the current gauge value. |
 | width | Gets the width of the gauge area. |