Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenArcGaugeScale

    RadzenArcGaugeScale component.

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

    Properties

    ChildContent

    Gets or sets the child content.

    Declaration
    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
    System.Double

    The current radius.

    CurrentSize

    Gets the current size.

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

    The current size.

    CurrentStrokeWidth

    Gets the width of the current stroke.

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

    The width of the current stroke.

    EndAngle

    Gets or sets the end angle.

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

    The end angle.

    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.

    Formatter

    Gets or sets the formatter.

    Declaration
    public Func<double, string> Formatter { get; set; }
    Property Value
    Type Description
    Func<System.Double, System.String>

    The formatter.

    Gauge

    Gets or sets the gauge.

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

    The gauge.

    Height

    Gets or sets the height.

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

    The height.

    Margin

    Gets or sets the margin.

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

    The margin.

    Max

    Determines the maximum value.

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

    The maximum value.

    Min

    Determines the minimum value.

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

    The minimum value.

    MinorStep

    Gets or sets the minor step.

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

    The minor step.

    MinorTickLength

    Gets or sets the length of the minor tick.

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

    The length of the minor tick.

    Radius

    Gets or sets the radius.

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

    The radius.

    ShowFirstTick

    Gets or sets a value indicating whether first tick is shown.

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

    true if first tick is shown; otherwise, false.

    ShowLastTick

    Gets or sets a value indicating whether last tick is shown.

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

    true if last tick is shown; otherwise, false.

    ShowTickLabels

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

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

    true if tick labels are shown; otherwise, false.

    StartAngle

    Gets or sets the start angle.

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

    The start angle.

    Step

    Gets or sets the step.

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

    The step.

    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.

    TickLabelOffset

    Gets or sets the tick label offset.

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

    The tick label offset.

    TickLength

    Gets or sets the length of the tick.

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

    The length of the tick.

    TickPosition

    Gets or sets the tick position.

    Declaration
    public GaugeTickPosition TickPosition { get; set; }
    Property Value
    Type Description
    GaugeTickPosition

    The tick position.

    X

    Gets or sets the x.

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

    The x.

    Y

    Gets or sets the y.

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

    The y.

    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