The circular scale in a circular Gauge is referred to as CircularScale. CircularScale is the parent of ScaleLabels, MajorTicks and MinorTicks. Please refer to the figure below:
Usage:
<vg:Gauge.CircularScales>
<vg:CircularScale>
.
.
.
</vg:CircularScale>
</vg:Gauge.CircularScales>
List of attributes:
Attribute |
Function |
Sets the border color of a scale. |
|
Sets the thickness of a scale. |
|
Sets the background color of a scale. |
|
Sets the center position of a scale. Default value is (0.5, 0.5). Range is 0 - 1 for each coordinate. |
|
Sets the hyper link (http:// is required). |
|
Sets where the URL specified in Href to be opened. |
|
Sets how frequently the ScaleLables, MajorTicks must appear. |
|
Sets whether the scale is Logarithmic or not. |
|
Sets the base of the logarithm for Logarithmic scale. |
|
Sets the largest value that must appear on the scale. |
|
Sets the smallest value that must appear on the scale. |
|
Opacity can be used to make any element transparent or opaque. |
|
Sets the prefix that will be added to all the ScaleLabels. (Prefix + ScaleLabels) |
|
Sets the radius of a circular scale. |
|
ScalingSet can be used to dynamically add units to the scale label values. |
|
Sets the thickness of a scale. Range is 0 - 1. |
|
Enables or disables shadow to the element. |
|
Sets the start angle of a circular scale. |
|
Sets the suffix that will be added to all the ScaleLabels. (ScaleLabels + Suffix) |
|
Sets the sweep angle for a circular scale. |
|
Sets the tool tip content for the scale. |
|
Sets the format string that will be used to convert the numbers that will be displayed on the scale. |