RadzenRadialGaugeScale Class

RadzenRadialGaugeScale component.

Inheritance

Object

ComponentBase

RadzenRadialGaugeScale

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenRadialGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenRadialGaugeScalelink

RadzenRadialGaugeScale component.

Declaration
public RadzenRadialGaugeScale()

Properties

ChildContentlink

Gets or sets the child content.

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the child content.

CurrentCenterlink

Gets the current center.

Declaration
public Point CurrentCenter { get; }
Property Value
Type Description
PointGets the current center.

CurrentRadiuslink

Gets the current radius.

Declaration
public double CurrentRadius { get; }
Property Value
Type Description
doubleGets the current radius.

EndAnglelink

Gets or sets the end angle.

Declaration
public double EndAngle { get; set; }
Property Value
Type Description
doubleGets or sets the end angle.

FormatStringlink

Gets or sets the format string.

Declaration
public string FormatString { get; set; }
Property Value
Type Description
stringGets or sets the format string.

Formatterlink

Gets or sets the formatter function.

Declaration
public Func<double, string> Formatter { get; set; }
Property Value
Type Description
Func<double, string>Gets or sets the formatter function.

Gaugelink

Gets or sets the gauge.

Declaration
public RadzenRadialGauge Gauge { get; set; }
Property Value
Type Description
RadzenRadialGaugeGets or sets the gauge.

Marginlink

Gets or sets the margin.

Declaration
public double Margin { get; set; }
Property Value
Type Description
doubleGets or sets the margin.

Maxlink

Determines the maximum value.

Declaration
public double Max { get; set; }
Property Value
Type Description
doubleDetermines the maximum value.

Minlink

Determines the minimum value.

Declaration
public double Min { get; set; }
Property Value
Type Description
doubleDetermines the minimum value.

MinorSteplink

Gets or sets the minor step.

Declaration
public double MinorStep { get; set; }
Property Value
Type Description
doubleGets or sets the minor step.

MinorTickLengthlink

Gets or sets the length of the minor tick.

Declaration
public double MinorTickLength { get; set; }
Property Value
Type Description
doubleGets or sets the length of the minor tick.

Radiuslink

Gets or sets the radius.

Declaration
public double Radius { get; set; }
Property Value
Type Description
doubleGets or sets the radius.

ShowFirstTicklink

Gets or sets a value indicating whether to show first tick.

Declaration
public bool ShowFirstTick { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to show first tick.

ShowLastTicklink

Gets or sets a value indicating whether to show last tick.

Declaration
public bool ShowLastTick { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to show last tick.

ShowTickLabelslink

Gets or sets a value indicating whether to show tick labels.

Declaration
public bool ShowTickLabels { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to show tick labels.

StartAnglelink

Gets or sets the start angle.

Declaration
public double StartAngle { get; set; }
Property Value
Type Description
doubleGets or sets the start angle.

Steplink

Gets or sets the step.

Declaration
public double Step { get; set; }
Property Value
Type Description
doubleGets or sets the step.

Strokelink

Gets or sets the stroke.

Declaration
public string Stroke { get; set; }
Property Value
Type Description
stringGets or sets the stroke.

StrokeWidthlink

Gets or sets the width of the stroke.

Declaration
public double StrokeWidth { get; set; }
Property Value
Type Description
doubleGets or sets the width of the stroke.

TickLabelOffsetlink

Gets or sets the tick label offset.

Declaration
public double TickLabelOffset { get; set; }
Property Value
Type Description
doubleGets or sets the tick label offset.

TickLengthlink

Gets or sets the length of the tick.

Declaration
public double TickLength { get; set; }
Property Value
Type Description
doubleGets or sets the length of the tick.

TickPositionlink

Gets or sets the tick position.

Declaration
public GaugeTickPosition TickPosition { get; set; }
Property Value
Type Description
GaugeTickPositionGets or sets the tick position.

Xlink

Gets or sets the x.

Declaration
public double X { get; set; }
Property Value
Type Description
doubleGets or sets the x.

Ylink

Gets or sets the y.

Declaration
public double Y { get; set; }
Property Value
Type Description
doubleGets or sets the y.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

SetParametersAsynclink

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙