Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenRadialGaugeScale

    RadzenRadialGaugeScale component.

    Inheritance
    object
    ComponentBase
    RadzenRadialGaugeScale
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.OnInitialized()
    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 RadzenRadialGaugeScale : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    RadzenRadialGaugeScale()

    RadzenRadialGaugeScale component.

    Declaration
    public RadzenRadialGaugeScale()

    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.

    EndAngle

    Gets or sets the end angle.

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

    The end angle.

    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 function.

    Declaration
    [Parameter]
    public Func<double, string> Formatter { get; set; }
    Property Value
    Type Description
    Func<double, string>

    The formatter function.

    Gauge

    Gets or sets the gauge.

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

    The gauge.

    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 to show first tick.

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

    true if first tick is shown; otherwise, false.

    ShowLastTick

    Gets or sets a value indicating whether to show last tick.

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

    true if last tick is shown; otherwise, false.

    ShowTickLabels

    Gets or sets a value indicating whether to show tick labels.

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

    true if tick labels are shown; otherwise, false.

    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)

    RadzenRadialGaugeScale component.

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

    SetParametersAsync(ParameterView)

    RadzenRadialGaugeScale 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