ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeRange - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeRange

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeRange
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeRange : EJTagHelper

    Constructors

    CircularGaugeRange()

    Declaration
    public CircularGaugeRange()

    Properties

    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

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    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

    LinearGradient

    Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.

    Declaration
    public CircularGaugeLinearGradient LinearGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeLinearGradient

    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

    RadialGradient

    Sets and gets the properties to render a radial gradient for the range.

    Declaration
    public CircularGaugeRadialGradient RadialGradient { get; set; }
    Property Value
    Type Description
    CircularGaugeRadialGradient

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved