Class RadzenArcGaugeScale
RadzenArcGaugeScale component.
public class RadzenArcGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
RadzenArcGaugeScale
- Implements
- Inherited Members
Constructors
RadzenArcGaugeScale()
public RadzenArcGaugeScale()
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.
CurrentSize
Gets the current size.
public double CurrentSize { get; }
Property Value
- double
The current size.
CurrentStrokeWidth
Gets the width of the current stroke.
public double CurrentStrokeWidth { get; }
Property Value
- double
The width of the current stroke.
EndAngle
Gets or sets the end angle.
[Parameter]
public double EndAngle { get; set; }
Property Value
- double
The end angle.
Fill
Gets or sets the fill.
[Parameter]
public string Fill { get; set; }
Property Value
- string
The fill.
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.
[Parameter]
public Func<double, string> Formatter { get; set; }
Property Value
Gauge
Gets or sets the gauge.
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
Property Value
- RadzenArcGauge
The gauge.
Height
Gets or sets the height.
[Parameter]
public double Height { get; set; }
Property Value
- double
The height.
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 first tick is shown.
[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 last tick is shown.
[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