Table of Contents

Class RadzenRadialGaugeScale

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenRadialGaugeScale component.

public class RadzenRadialGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenRadialGaugeScale
Implements
Inherited Members

Constructors

RadzenRadialGaugeScale()

public RadzenRadialGaugeScale()

Properties

ChildContent

Gets or sets the child content.

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

The child content.

CurrentCenter

Gets the current center.

public Point CurrentCenter { get; }

Property Value

Point

The current center.

CurrentRadius

Gets the current radius.

public double CurrentRadius { get; }

Property Value

double

The current radius.

EndAngle

Gets or sets the end angle.

[Parameter]
public double EndAngle { get; set; }

Property Value

double

The end angle.

FormatString

Gets or sets the format string.

[Parameter]
public string FormatString { get; set; }

Property Value

string

The format string.

Formatter

Gets or sets the formatter function.

[Parameter]
public Func<double, string> Formatter { get; set; }

Property Value

Func<double, string>

The formatter function.

Gauge

Gets or sets the gauge.

[CascadingParameter]
public RadzenRadialGauge Gauge { get; set; }

Property Value

RadzenRadialGauge

The gauge.

Margin

Gets or sets the margin.

[Parameter]
public double Margin { get; set; }

Property Value

double

The margin.

Max

Determines the maximum value.

[Parameter]
public double Max { get; set; }

Property Value

double

The maximum value.

Min

Determines the minimum value.

[Parameter]
public double Min { get; set; }

Property Value

double

The minimum value.

MinorStep

Gets or sets the minor step.

[Parameter]
public double MinorStep { get; set; }

Property Value

double

The minor step.

MinorTickLength

Gets or sets the length of the minor tick.

[Parameter]
public double MinorTickLength { get; set; }

Property Value

double

The length of the minor tick.

Radius

Gets or sets the radius.

[Parameter]
public double Radius { get; set; }

Property Value

double

The radius.

ShowFirstTick

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

[Parameter]
public bool ShowFirstTick { get; set; }

Property Value

bool

true if first tick is shown; otherwise, false.

ShowLastTick

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

[Parameter]
public bool ShowLastTick { get; set; }

Property Value

bool

true if last tick is shown; otherwise, false.

ShowTickLabels

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

[Parameter]
public bool ShowTickLabels { get; set; }

Property Value

bool

true if tick labels are shown; otherwise, false.

StartAngle

Gets or sets the start angle.

[Parameter]
public double StartAngle { get; set; }

Property Value

double

The start angle.

Step

Gets or sets the step.

[Parameter]
public double Step { get; set; }

Property Value

double

The step.

Stroke

Gets or sets the stroke.

[Parameter]
public string Stroke { get; set; }

Property Value

string

The stroke.

StrokeWidth

Gets or sets the width of the stroke.

[Parameter]
public double StrokeWidth { get; set; }

Property Value

double

The width of the stroke.

TickLabelOffset

Gets or sets the tick label offset.

[Parameter]
public double TickLabelOffset { get; set; }

Property Value

double

The tick label offset.

TickLength

Gets or sets the length of the tick.

[Parameter]
public double TickLength { get; set; }

Property Value

double

The length of the tick.

TickPosition

Gets or sets the tick position.

[Parameter]
public GaugeTickPosition TickPosition { get; set; }

Property Value

GaugeTickPosition

The tick position.

X

Gets or sets the x.

[Parameter]
public double X { get; set; }

Property Value

double

The x.

Y

Gets or sets the y.

[Parameter]
public double Y { get; set; }

Property Value

double

The y.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task