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 to this section

RadzenArcGaugeScale component.

Declaration
public RadzenArcGaugeScale()

Properties

ChildContentLink to this section

Gets or sets the child content.

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

CurrentCenterLink to this section

Gets the current center.

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

CurrentRadiusLink to this section

Gets the current radius.

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

CurrentSizeLink to this section

Gets the current size.

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

CurrentStrokeWidthLink to this section

Gets the width of the current stroke.

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

EndAngleLink to this section

Gets or sets the end angle.

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

FillLink to this section

Gets or sets the fill.

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

FormatStringLink to this section

Gets or sets the format string.

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

FormatterLink to this section

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 to this section

Gets or sets the gauge.

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

HeightLink to this section

Gets or sets the height.

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

MarginLink to this section

Gets or sets the margin.

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

MaxLink to this section

Determines the maximum value.

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

MinLink to this section

Determines the minimum value.

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

MinorStepLink to this section

Gets or sets the minor step.

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

MinorTickLengthLink to this section

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 to this section

Gets or sets the radius.

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

ShowFirstTickLink to this section

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 to this section

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 to this section

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 to this section

Gets or sets the start angle.

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

StepLink to this section

Gets or sets the step.

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

StrokeLink to this section

Gets or sets the stroke.

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

StrokeWidthLink to this section

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 to this section

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 to this section

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 to this section

Gets or sets the tick position.

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

XLink to this section

Gets or sets the x.

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

YLink to this section

Gets or sets the y.

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

Methods

BuildRenderTreeLink to this section

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 🗙