LinearGauge

Example

Razor
<kendo-lineargauge>
    <gauge-area></gauge-area>
    <lineargauge-pointers></lineargauge-pointers>
    <scale></scale>
</kendo-lineargauge>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
render-asRenderingModeSets the preferred rendering engine. If it is not supported by the browser, the Gauge will switch to the first available mode.The supported values are: "svg" - renders the widget as inline SVG document, if available or "canvas" - renders the widget as a Canvas element, if available..
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
themeStringThe gauge theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass". When set to "sass" the gauge will read the variables from the Sass-based themes.Note: Since Q2 2024 release, the default value for the theme property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.The supported values are: "sass"; "black"; "blueopal"; "bootstrap"; "default"; "highcontrast"; "metro"; "metroblack"; "moonlight"; "silver" or "uniform".
transitionsBooleanA value indicating if transition animations should be played.
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.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support