LinearGaugeScaleSettingsTagHelper

Example

Razor
<scale>
    <lineargauge-scale-labels></lineargauge-scale-labels>
    <lineargauge-scale-line />
    <lineargauge-scale-major-ticks />
    <lineargauge-scale-minor-ticks />
    <lineargauge-scale-ranges></lineargauge-scale-ranges>
</scale>

ChildTags

Tag NameDetails
lineargauge-scale-labelsLinearGaugeScaleLabelsSettingsTagHelper
lineargauge-scale-lineLinearGaugeScaleLineSettingsTagHelper
lineargauge-scale-major-ticksLinearGaugeScaleMajorTicksSettingsTagHelper
lineargauge-scale-minor-ticksLinearGaugeScaleMinorTicksSettingsTagHelper
lineargauge-scale-rangesLinearGaugeScaleSettingsRangesTagHelper

Attributes

AttributeTypeDescription
major-unitDoubleThe interval between major divisions.
maxDoubleThe maximum value of the scale.
minDoubleThe minimum value of the scale.
minor-unitDoubleThe interval between minor divisions.
mirrorBooleanMirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.
range-placeholder-colorStringThe default color for the ranges.
range-sizeDoubleThe width of the range indicators.
reverseBooleanReverses the axis direction - values increase from right to left and from top to bottom.
verticalBooleanThe position of the gauge.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support