CircularGaugeScaleSettingsTagHelper
Example
Razor
<scale>
<labels></labels>
<major-ticks />
<minor-ticks />
</scale>
ChildTags
Tag Name | Details |
---|---|
labels | CircularGaugeScaleLabelsSettingsTagHelper |
major-ticks | CircularGaugeScaleMajorTicksSettingsTagHelper |
minor-ticks | CircularGaugeScaleMinorTicksSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
major-unit | Double | The interval between major divisions. |
max | Double | The maximum value of the scale. |
min | Double | The minimum value of the scale. |
minor-unit | Double | The interval between minor divisions. |
range-distance | Double | The distance from the range indicators to the ticks. |
range-placeholder-color | String | The default color for the ranges. |
range-size | Double | The width of the range indicators. |
reverse | Boolean | Reverses the scale direction - values are increase anticlockwise. |
start-angle | Double | The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system) |