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