RadialScale
Represents the scale options of the Gauge.
Name | Type | Default | Description |
---|---|---|---|
endAngle? |
|
Sets the ending angle of the gauge. The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system. | |
labels? |
|
Sets up the scale labels. | |
majorTicks? |
|
Sets the major scale ticks. | |
majorUnit? |
|
Defines the interval between major divisions. | |
max? |
|
Specifies the maximum value of the scale. | |
min? |
|
Specifies the minimum value of the scale. | |
minorTicks? |
|
Sets the minor scale ticks. | |
minorUnit? |
|
Defines the interval between minor divisions. | |
rangeDistance? |
|
Defines the distance between the range indicators and the ticks. | |
rangePlaceholderColor? |
|
Sets the default color of the ranges. | |
ranges? |
|
Defines the ranges of the scale. | |
rangeSize? |
|
Specifies the width of the range indicators. | |
reverse? |
|
Reverses the scale direction. | |
startAngle? |
|
Sets the starting angle of the gauge. The Gauge renders clockwise where 0 degrees equals 180 degrees in the polar coordinate system. |