ClassTelerikCircularGauge
Telerik UI CircularGauge component.
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
TelerikCircularGauge()
Declaration
public TelerikCircularGauge()
Properties
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..
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