menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularRanges

    Show / Hide Table of Contents

    Class CircularRanges

    Class for circular gauge ranges.

    Inheritance
    System.Object
    EJTagHelper
    CircularRanges
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularRanges : EJTagHelper

    Constructors

    CircularRanges()

    Declaration
    public CircularRanges()

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor.

    Declaration
    [JsonProperty("backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the color of the background.

    Border

    Gets or sets the Border.

    Declaration
    [JsonProperty("border")]
    public CircularBorder Border { get; set; }
    Property Value
    Type Description
    CircularBorder

    Specifies the border properties.

    DistanceFromScale

    Gets or sets the DistanceFromScale.

    Declaration
    [JsonProperty("distanceFromScale")]
    public double DistanceFromScale { get; set; }
    Property Value
    Type Description
    System.Double

    Specify distanceFromScale value for ranges of circular gauge.

    EndValue

    Gets or sets the EndValue.

    Declaration
    [JsonProperty("endValue")]
    public double EndValue { get; set; }
    Property Value
    Type Description
    System.Double

    Specify EndValue for ranges of circular gauge.

    EndWidth

    Gets or sets the EndWidth.

    Declaration
    [JsonProperty("endWidth")]
    public double EndWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Specify endWidth for ranges of circular gauge.

    Gradients

    Gets or sets the Gradients.

    Declaration
    [JsonProperty("gradients")]
    public CircularRangeGradient Gradients { get; set; }
    Property Value
    Type Description
    CircularRangeGradient

    Circular RangeGradient is a collection by which we can give gradients effects to the ranges.

    LegendText

    Gets or sets the text.

    Declaration
    [JsonProperty("legendText")]
    public string LegendText { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the ranges of text.

    Opacity

    Gets or sets the Opacity.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the value of opacity.

    Placement

    Gets or sets the Placement.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("placement")]
    public RangePlacement Placement { get; set; }
    Property Value
    Type Description
    RangePlacement

    Specify placement of circular gauge.

    Size

    Gets or sets the Size.

    Declaration
    [JsonProperty("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Specify size of the range value of circular gauge.

    StartValue

    Gets or sets the StartValue.

    Declaration
    [JsonProperty("startValue")]
    public double StartValue { get; set; }
    Property Value
    Type Description
    System.Double

    Specify startValue for ranges of circular gauge.

    StartWidth

    Gets or sets the start width.

    Declaration
    [JsonProperty("startWidth")]
    public double StartWidth { get; set; }
    Property Value
    Type Description
    System.Double

    The start width.

    Methods

    ShouldSerializeBorder()

    Shoulds the serialize border.

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGradient()

    Shoulds the serialize gradient.

    Declaration
    public bool ShouldSerializeGradient()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved