Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeRange - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeRange

    Sets and gets the properties of a range of an axis in circular gauge component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    CircularGaugeRange
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeRange : SfBaseComponent

    Constructors

    CircularGaugeRange()

    Declaration
    public CircularGaugeRange()

    Properties

    ChildContent

    Sets and gets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    Color

    Sets and gets the color of the ranges in circular gauge component.

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

    End

    Sets and gets the end value of the range in circular gauge component.

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

    EndWidth

    Sets and gets the width for the end of the range in the circular gauge component.

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

    LegendText

    Sets and gets the text for the legend in the circular gauge component.

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

    Offset

    Sets and gets the offset value of range in circular gauge component.

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

    Opacity

    Sets and gets the opacity for the ranges in circular gauge component.

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

    Position

    Sets and gets the position of the range and pointer for an axis in circular gauge component.

    Declaration
    public PointerRangePosition Position { get; set; }
    Property Value
    Type Description
    PointerRangePosition

    Radius

    Sets and gets the radius of the range for circular gauge component.

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

    RoundedCornerRadius

    Sets and gets the corner radius for ranges in circular gauge component.

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

    Start

    Sets and gets the start value of the range in circular gauge component.

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

    StartWidth

    Sets and gets the width for the start of the range in the circular gauge component.

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved