Class ArcGaugeScale
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ArcGaugeScale : DataVizCollectionItemComponent, IDisposable
Constructors
ArcGaugeScale()
Declaration
public ArcGaugeScale()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.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
public Nullable<double> EndAngle { get; set; }
Property Value
System.Nullable<System.Double>
|
MajorUnit
The interval between major divisions.
Declaration
public Nullable<double> MajorUnit { get; set; }
Property Value
System.Nullable<System.Double>
|
Max
The maximum value of the scale.
Declaration
public Nullable<double> Max { get; set; }
Property Value
System.Nullable<System.Double>
|
Min
The minimum value of the scale.
Declaration
public Nullable<double> Min { get; set; }
Property Value
System.Nullable<System.Double>
|
MinorUnit
The interval between minor divisions.
Declaration
public Nullable<double> MinorUnit { get; set; }
Property Value
System.Nullable<System.Double>
|
Reverse
Reverses the scale direction - values are increase anticlockwise.
Declaration
public Nullable<bool> Reverse { get; set; }
Property Value
System.Nullable<System.Boolean>
|
StartAngle
The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Declaration
public Nullable<double> StartAngle { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public override void Dispose()
Overrides
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|