New to Telerik UI for BlazorStart a free 30-day trial

A gauge that visualizes values on an arc scale with configurable pointers and center label. Define scales via ArcGaugeScales, pointers through ArcGaugePointers, gauge area with ArcGaugeGaugeArea, and a center label using ArcGaugeCenterLabel. Supports pointer value updates and serialization of scales/pointers; handle value changes through the pointers container. Children: ArcGaugeScales, ArcGaugePointers, ArcGaugeGaugeArea, ArcGaugeCenterLabel.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TelerikArcGauge : ArcGaugeBase<ArcGaugeCenterLabel>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentDataVizComponentArcGaugeBase<ArcGaugeCenterLabel>TelerikArcGauge...

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members DataVizComponent.Dispose()DataVizComponent.Refresh()DataVizComponent.ChildContentDataVizComponent.WidthDataVizComponent.HeightBaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeVoidAsyncWithoutAwait(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnParametersSetAsync()ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)...

Constructors

C#
public TelerikArcGauge()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ArcGaugeBase<ArcGaugeCenterLabel>.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: ArcGaugeBase<ArcGaugeCenterLabel>.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ArcGaugeBase<ArcGaugeCenterLabel>.OnParametersSet()

Properties

Specifies the preferred widget rendering mode.

C#
[Parameter]
public RenderingMode? RenderAs { get; set; }

A value indicating if transition animations should be played.

C#
[Parameter]
public bool? Transitions { get; set; }