Class LinearGaugeScale
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class LinearGaugeScale : DataVizCollectionItemComponent, IDisposable
Constructors
LinearGaugeScale()
Declaration
public LinearGaugeScale()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
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>
|
Mirror
Mirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.
Declaration
public Nullable<bool> Mirror { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Reverse
Reverses the axis direction - values increase from right to left and from top to bottom.
Declaration
public Nullable<bool> Reverse { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Vertical
The position of the gauge.
Declaration
public Nullable<bool> Vertical { get; set; }
Property Value
System.Nullable<System.Boolean>
|
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
|