Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenArcGaugeScaleValue

    RadzenArcGaugeScaleValue component.

    Inheritance
    object
    ComponentBase
    RadzenArcGaugeScaleValue
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenArcGaugeScaleValue : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    RadzenArcGaugeScaleValue()

    RadzenArcGaugeScaleValue component.

    Declaration
    public RadzenArcGaugeScaleValue()

    Properties

    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.

    Gauge

    Gets or sets the gauge.

    Declaration
    [CascadingParameter]
    public RadzenArcGauge Gauge { get; set; }
    Property Value
    Type Description
    RadzenArcGauge

    The gauge.

    Scale

    Gets or sets the scale.

    Declaration
    [CascadingParameter]
    public RadzenArcGaugeScale Scale { get; set; }
    Property Value
    Type Description
    RadzenArcGaugeScale

    The scale.

    ShowValue

    Gets or sets a value indicating whether to show value.

    Declaration
    [Parameter]
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    bool

    true if value is shown; otherwise, false.

    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.

    Template

    Gets or sets the template.

    Declaration
    [Parameter]
    public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<RadzenArcGaugeScaleValue>

    The template.

    Value

    Gets or sets the value.

    Declaration
    [Parameter]
    public double Value { get; set; }
    Property Value
    Type Description
    double

    The value.

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenArcGaugeScaleValue component.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    OnInitialized()

    RadzenArcGaugeScaleValue component.

    Declaration
    protected override void OnInitialized()
    Overrides
    ComponentBase.OnInitialized()

    SetParametersAsync(ParameterView)

    RadzenArcGaugeScaleValue component.

    Declaration
    public override Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task
    Overrides
    ComponentBase.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT