GaugeType

The available types of gauges.
 

Example

The following is an example of how to reference the GaugeType object:

	// The full path is required.
	dundas.controls.GaugeType.AXIS
	

 

Properties

 
  Name Description
  AXIS Displays a linear scale only to use as a reference with other gauges.
  BULLETGRAPH A linear gauge designed for readability displaying a metric as a bar against markers and ranges.
  LINEAR Displays metrics as pointers along a horizontal or vertical scale over optional ranges.
  PIE A radial gauge displaying a metric as a percentage of the length of a circular scale, like a pie or donut chart with a single slice.
  RADIAL Displays metrics as pointers along a circular scale over optional ranges.