TelerikRadialGauge
A gauge that visualizes values on a radial (circular) scale with configurable pointers and gauge area. Define content via RadialGaugeScales, RadialGaugePointers, and RadialGaugeGaugeArea. Initializes/updates through InitWidgetMethodName and supports live pointer value updates. Children: RadialGaugeGaugeArea, RadialGaugePointers, RadialGaugeScales.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikRadialGauge : DataVizComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDataVizComponentTelerikRadialGauge
Implements:
Inherited Members
Constructors
public TelerikRadialGauge()
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; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides: