RadialGaugePointer
Class
Configures a pointer in RadialGauge. Children: RadialGaugePointerCap.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class RadialGaugePointer : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentRadialGaugePointer
Implements:
Inherited Members
Constructors
C#
public RadialGaugePointer()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the pointer. Any valid CSS color string will work here, including hex and rgb.
C#
[Parameter]
public string Color { get; set; }
The pointer length (in percent) that is based on the distance to the scale. The default length of 1 indicates that the pointer exactly reaches the scale. Accepts values between 0.1 and 1.5.
C#
[Parameter]
public double? Length { get; set; }