The Radial gauge dial is what gives it its shape. By default, the dial sweeps 360 degrees, so it appears as a circle. It is also possible, using the dial properties, to change the StartAngle and EndAngle . Furthermore, the dial provides several other properties, such as InnerExtent, for customizing the shape.
The Radial gauge scale is the element containing labels, tick marks, and all things related to displaying a range of values on the gauge. The scale is also responsible for Markers (e.g. needles), of which there can be one or more per scale. The most important part of a scale is its Axis, which determines the start and end value, as well as how frequently objects like labels and tick marks are drawn.
Most gauges contain only one scale. However, it is possible for a gauge to contain several scales independent of each other. Each scale can, in turn, have its own marker or markers; however, a marker cannot traverse between scales.
A marker is an element that points out a value on a scale. The most common form of marker for Radial gauges is the needle. Each marker has a Value property which tells it where to point on the scale.
Each scale is capable of displaying one or more ranges. A range is a visual element which begins and ends at specified values within a scale. The most common real-world examples of ranges are the high-RPM zones (typically yellow and red or orange and red) on a vehicle tachometer, which indicate that the engine is running at higher than the optimal load.
Like many other elements on a radial gauge, ranges are positioned using extent properties. In addition to the StartValue and EndValue properties, the OuterExtent , InnerExtentStart , and InnerExtentEnd are used to specify the position and shape of ranges.