TelerikLinearGauge
A gauge that visualizes values on a linear (horizontal or vertical) scale with configurable pointers and scale.
Initializes/updates via InitWidgetMethodName and supports live pointer value updates; scale settings are serialized from Scale.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikLinearGauge : DataVizComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDataVizComponentTelerikLinearGauge
Implements:
Inherited Members
Constructors
public TelerikLinearGauge()
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; }