RadialGaugeScaleSettingsTagHelper

Example

Razor
<scale>
    <radialgauge-scale-labels></radialgauge-scale-labels>
    <radialgauge-scale-major-ticks />
    <radialgauge-scale-minor-ticks />
    <radialgauge-scale-ranges></radialgauge-scale-ranges>
</scale>

ChildTags

Tag NameDetails
radialgauge-scale-labelsRadialGaugeScaleLabelsSettingsTagHelper
radialgauge-scale-major-ticksRadialGaugeScaleMajorTicksSettingsTagHelper
radialgauge-scale-minor-ticksRadialGaugeScaleMinorTicksSettingsTagHelper
radialgauge-scale-rangesRadialGaugeScaleSettingsRangesTagHelper

Attributes

AttributeTypeDescription
end-angleDoubleThe end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
major-unitDoubleThe interval between major divisions.
maxDoubleThe maximum value of the scale.
minDoubleThe minimum value of the scale.
minor-unitDoubleThe interval between minor divisions.
range-distanceDoubleThe distance from the range indicators to the ticks.
range-placeholder-colorStringThe default color for the ranges.
range-sizeDoubleThe width of the range indicators.
reverseBooleanReverses the scale direction - values are increase anticlockwise.
start-angleDoubleThe start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support