RadzenArcGaugeScale Class

RadzenArcGaugeScale component.

Inheritance

Object

ComponentBase

RadzenArcGaugeScale

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.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenArcGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenArcGaugeScalelink

RadzenArcGaugeScale component.

Declaration
public RadzenArcGaugeScale()

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.

CurrentSizelink

Gets the current size.

Declaration
public double CurrentSize { get; }
Property Value
Type Description
doubleGets the current size.

CurrentStrokeWidthlink

Gets the width of the current stroke.

Declaration
public double CurrentStrokeWidth { get; }
Property Value
Type Description
doubleGets the width of the current stroke.

EndAnglelink

Gets or sets the end angle.

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

Filllink

Gets or sets the fill.

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

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.

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

Gaugelink

Gets or sets the gauge.

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

Heightlink

Gets or sets the height.

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

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 first tick is shown.

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

ShowLastTicklink

Gets or sets a value indicating whether last tick is shown.

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

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
An error has occurred. This app may no longer respond until reloaded. Reload 🗙