New to Telerik UI for ASP.NET Core? Download free 30-day trial

LinearGaugeScaleSettingsTagHelper

Example

<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 Name Details
lineargauge-scale-labels LinearGaugeScaleLabelsSettingsTagHelper
lineargauge-scale-line LinearGaugeScaleLineSettingsTagHelper
lineargauge-scale-major-ticks LinearGaugeScaleMajorTicksSettingsTagHelper
lineargauge-scale-minor-ticks LinearGaugeScaleMinorTicksSettingsTagHelper
lineargauge-scale-ranges LinearGaugeScaleSettingsRangesTagHelper

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.
mirror Boolean Mirrors 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-color String The default color for the ranges.
range-size Double The width of the range indicators.
reverse Boolean Reverses the axis direction - values increase from right to left and from top to bottom.
vertical Boolean The position of the gauge.
In this article
Not finding the help you need?