Kendo.Mvc.UI.CircularGauge
Kendo UI CircularGauge component
Fields
urlGenerator
The URL generator.
Properties
CenterTemplate
The label template. Template variables: * value - the value
CenterTemplateId
The id for the CenterTemplate
Color
The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.
Colors
The color ranges of the value pointer. The pointer color will be set to the color from the range that contains the current value.
GaugeArea
The gauge area configuration options. This is the entire visible area of the gauge.
Opacity
The opacity of the value pointer.
RenderAs
Sets 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..
Scale
Configures the scale.
Theme
The 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".
Transitions
A value indicating if transition animations should be played.
Value
The gauge value.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.