ArcGauge

Example

Razor
<kendo-arcgauge>
    <center-template></center-template>
    <colors></colors>
    <footer-template></footer-template>
    <gauge-area></gauge-area>
    <scale></scale>
</kendo-arcgauge>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
center-templateStringThe label template. Template variables: * value - the value
center-template-handlerStringThe label template. Template variables: * value - the value
center-template-idStringThe label template. Template variables: * value - the value
center-template-viewIHtmlContentThe label template. Template variables: * value - the value
colorStringThe color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
has-client-componentBoolean
opacityDoubleThe opacity of the value pointer.
render-asRenderingModeSpecifies the preferred widget rendering mode.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
themeStringThe gauge theme. This can be either a built-in theme or "sass". When set to "sass" the gauge will read the variables from the Sass-based themes.The supported values are: "sass" - special value, see notes; "black"; "blueopal"; "bootstrap"; "default"; "highcontrast"; "metro"; "metroblack"; "moonlight"; "silver" or "uniform".
transitionsBooleanA value indicating if transition animations should be played.
valueDoubleThe gauge value.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support