RadialGaugeScaleLabelsSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the labels. Any valid CSS color string will work here, including hex and rgb
colorStringThe text color of the labels. Any valid CSS color string will work here, including hex and rgb.
fontStringThe font style of the labels.
formatStringThe format of the labels.
positionGaugeRadialScaleLabelsPositionThe labels positions.
templateStringConfigures the templates for the component.
template-handlerStringThe label template. Template variables: value - the value. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe label template. Template variables: value - the value. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe label template. Template variables: value - the value. This option expects the instance containing the created HTML.
visibleBooleanThe visibility of the labels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support