ClassTelerikArcGauge
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:
public class TelerikArcGauge : ArcGaugeBase<ArcGaugeCenterLabel>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDataVizComponentArcGaugeBase<ArcGaugeCenterLabel>TelerikArcGauge
Implements:
Inherited Members
Constructors
TelerikArcGauge()
Declaration
public TelerikArcGauge()
Properties
RenderAs
Specifies the preferred widget rendering mode.
Declaration
[Parameter]
public RenderingMode? RenderAs { get; set; }
Property Value
Transitions
A value indicating if transition animations should be played.
Declaration
[Parameter]
public bool? Transitions { get; set; }
Property Value
bool?
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides