Class RadzenArcGaugeScale
RadzenArcGaugeScale component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenArcGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenArcGaugeScale()
RadzenArcGaugeScale component.
Declaration
public RadzenArcGaugeScale()
Properties
ChildContent
Gets or sets the child content.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The child content. |
CurrentCenter
Gets the current center.
Declaration
public Point CurrentCenter { get; }
Property Value
Type | Description |
---|---|
Point | The current center. |
CurrentRadius
Gets the current radius.
Declaration
public double CurrentRadius { get; }
Property Value
Type | Description |
---|---|
double | The current radius. |
CurrentSize
Gets the current size.
Declaration
public double CurrentSize { get; }
Property Value
Type | Description |
---|---|
double | The current size. |
CurrentStrokeWidth
Gets the width of the current stroke.
Declaration
public double CurrentStrokeWidth { get; }
Property Value
Type | Description |
---|---|
double | The width of the current stroke. |
EndAngle
Gets or sets the end angle.
Declaration
[Parameter]
public double EndAngle { get; set; }
Property Value
Type | Description |
---|---|
double | The end angle. |
Fill
Gets or sets the fill.
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
string | The fill. |
FormatString
Gets or sets the format string.
Declaration
[Parameter]
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
string | The format string. |
Formatter
Gets or sets the formatter.
Declaration
[Parameter]
public Func<double, string> Formatter { get; set; }
Property Value
Type | Description |
---|---|
Func<double, string> | The formatter. |
Gauge
Gets or sets the gauge.
Declaration
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
Property Value
Type | Description |
---|---|
RadzenArcGauge | The gauge. |
Height
Gets or sets the height.
Declaration
[Parameter]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
double | The height. |
Margin
Gets or sets the margin.
Declaration
[Parameter]
public double Margin { get; set; }
Property Value
Type | Description |
---|---|
double | The margin. |
Max
Determines the maximum value.
Declaration
[Parameter]
public double Max { get; set; }
Property Value
Type | Description |
---|---|
double | The maximum value. |
Min
Determines the minimum value.
Declaration
[Parameter]
public double Min { get; set; }
Property Value
Type | Description |
---|---|
double | The minimum value. |
MinorStep
Gets or sets the minor step.
Declaration
[Parameter]
public double MinorStep { get; set; }
Property Value
Type | Description |
---|---|
double | The minor step. |
MinorTickLength
Gets or sets the length of the minor tick.
Declaration
[Parameter]
public double MinorTickLength { get; set; }
Property Value
Type | Description |
---|---|
double | The length of the minor tick. |
Radius
Gets or sets the radius.
Declaration
[Parameter]
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
double | The radius. |
ShowFirstTick
Gets or sets a value indicating whether first tick is shown.
Declaration
[Parameter]
public bool ShowFirstTick { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
ShowLastTick
Gets or sets a value indicating whether last tick is shown.
Declaration
[Parameter]
public bool ShowLastTick { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
ShowTickLabels
Gets or sets a value indicating whether to show tick labels.
Declaration
[Parameter]
public bool ShowTickLabels { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
StartAngle
Gets or sets the start angle.
Declaration
[Parameter]
public double StartAngle { get; set; }
Property Value
Type | Description |
---|---|
double | The start angle. |
Step
Gets or sets the step.
Declaration
[Parameter]
public double Step { get; set; }
Property Value
Type | Description |
---|---|
double | The step. |
Stroke
Gets or sets the stroke.
Declaration
[Parameter]
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
string | The stroke. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
[Parameter]
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
double | The width of the stroke. |
TickLabelOffset
Gets or sets the tick label offset.
Declaration
[Parameter]
public double TickLabelOffset { get; set; }
Property Value
Type | Description |
---|---|
double | The tick label offset. |
TickLength
Gets or sets the length of the tick.
Declaration
[Parameter]
public double TickLength { get; set; }
Property Value
Type | Description |
---|---|
double | The length of the tick. |
TickPosition
Gets or sets the tick position.
Declaration
[Parameter]
public GaugeTickPosition TickPosition { get; set; }
Property Value
Type | Description |
---|---|
GaugeTickPosition | The tick position. |
X
Gets or sets the x.
Declaration
[Parameter]
public double X { get; set; }
Property Value
Type | Description |
---|---|
double | The x. |
Y
Gets or sets the y.
Declaration
[Parameter]
public double Y { get; set; }
Property Value
Type | Description |
---|---|
double | The y. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenArcGaugeScale component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |