Class
RadialGaugeScale

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class RadialGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentRadialGaugeScale

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

RadialGaugeScale()

Declaration

cs-api-definition
public RadialGaugeScale()

Properties

ChildContent

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

EndAngle

The end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)

Declaration

cs-api-definition
[Parameter]
public double? EndAngle { get; set; }

Property Value

double?

MajorUnit

The interval between major divisions.

Declaration

cs-api-definition
[Parameter]
public double? MajorUnit { get; set; }

Property Value

double?

Max

The maximum value of the scale.

Declaration

cs-api-definition
[Parameter]
public double? Max { get; set; }

Property Value

double?

Min

The minimum value of the scale.

Declaration

cs-api-definition
[Parameter]
public double? Min { get; set; }

Property Value

double?

MinorUnit

The interval between minor divisions.

Declaration

cs-api-definition
[Parameter]
public double? MinorUnit { get; set; }

Property Value

double?

RangeDistance

The distance from the range indicators to the ticks.

Declaration

cs-api-definition
[Parameter]
public double? RangeDistance { get; set; }

Property Value

double?

RangePlaceholderColor

The default color for the ranges.

Declaration

cs-api-definition
[Parameter]
public string RangePlaceholderColor { get; set; }

Property Value

string

RangeSize

The width of the range indicators.

Declaration

cs-api-definition
[Parameter]
public double? RangeSize { get; set; }

Property Value

double?

Reverse

Reverses the scale direction - values are increase anticlockwise.

Declaration

cs-api-definition
[Parameter]
public bool? Reverse { get; set; }

Property Value

bool?

StartAngle

The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)

Declaration

cs-api-definition
[Parameter]
public double? StartAngle { get; set; }

Property Value

double?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public override void Dispose()

Overrides DataVizChildComponent.Dispose()

OnAfterRenderAsync(bool)

Declaration

cs-api-definition
protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender

bool

Returns

Task

Overrides ComponentBase.OnAfterRenderAsync(bool)

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()