Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenArcGaugeScaleValue

    RadzenArcGaugeScaleValue component.

    Inheritance
    System.Object
    RadzenArcGaugeScaleValue
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenArcGaugeScaleValue : ComponentBase

    Properties

    Fill

    Gets or sets the fill.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The fill.

    FormatString

    Gets or sets the format string.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type Description
    System.String

    The format string.

    Gauge

    Gets or sets the gauge.

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

    The gauge.

    Scale

    Gets or sets the scale.

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

    The scale.

    ShowValue

    Gets or sets a value indicating whether to show value.

    Declaration
    public bool ShowValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if value is shown; otherwise, false.

    Stroke

    Gets or sets the stroke.

    Declaration
    public string Stroke { get; set; }
    Property Value
    Type Description
    System.String

    The stroke.

    StrokeWidth

    Gets or sets the width of the stroke.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The width of the stroke.

    Template

    Gets or sets the template.

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

    The template.

    Value

    Gets or sets the value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    The value.

    Methods

    OnInitialized()

    Declaration
    protected override void OnInitialized()

    SetParametersAsync(ParameterView)

    Declaration
    public override async Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters
    Returns
    Type Description
    Task

    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