menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularStateRanges

    Class for circular gauge state ranges.

    Inheritance
    System.Object
    EJTagHelper
    CircularStateRanges
    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 CircularStateRanges : EJTagHelper

    Constructors

    CircularStateRanges()

    Declaration
    public CircularStateRanges()

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor.

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

    The color of the background.

    BorderColor

    Gets or sets the BorderColor.

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

    Specify borderColor 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.

    Font

    Gets or sets the Font.

    Declaration
    [JsonProperty("font")]
    public CircularFont Font { get; set; }
    Property Value
    Type Description
    CircularFont

    Specifies the font.

    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.

    Text

    Gets or sets the Text.

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

    Specifies the text.

    TextColor

    Gets or sets the TextColor.

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

    Specifies the color of the text.

    Methods

    ShouldSerializeFont()

    Shoulds the serialize font.

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