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

RadialGaugeScaleLabelsSettingsTagHelper

Example

<radialgauge-scale-labels>
    <border />
    <margin />
    <padding />
</radialgauge-scale-labels>

ChildTags

Tag Name Details
border RadialGaugeScaleLabelsBorderSettingsTagHelper
margin RadialGaugeScaleLabelsMarginSettingsTagHelper
padding RadialGaugeScaleLabelsPaddingSettingsTagHelper

Attributes

Attribute Type Description
background String The background color of the labels. Any valid CSS color string will work here, including hex and rgb
color String The text color of the labels. Any valid CSS color string will work here, including hex and rgb.
font String The font style of the labels.
format String The format of the labels.
position GaugeRadialScaleLabelsPosition The labels positions.
template String The label template. Template variables: value - the value.
template-handler String The label template. Template variables: value - the value.
template-id String The label template. Template variables: value - the value.
template-view IHtmlContent The label template. Template variables: value - the value.
visible Boolean The visibility of the labels.
In this article
Not finding the help you need?