TelerikCircularGauge
A gauge that visualizes values on a circular scale with configurable pointers and optional center label. Define scales via CircularGaugeScales, pointers through CircularGaugePointers, gauge area with CircularGaugeGaugeArea, and center label using CircularGaugeCenterLabel. Supports pointer value updates and serialization of scales/pointers. Children: CircularGaugeScales, CircularGaugePointers, CircularGaugeGaugeArea.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikCircularGauge : ArcGaugeBase<CircularGaugeCenterLabel>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDataVizComponentArcGaugeBase<CircularGaugeCenterLabel>TelerikCircularGauge...
Implements:
Inherited Members
Constructors
public TelerikCircularGauge()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
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..
[Parameter]
public RenderingMode? RenderAs { get; set; }
A value indicating if transition animations should be played.
[Parameter]
public bool? Transitions { get; set; }