ASP.NET Core

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

    Show / Hide Table of Contents

    Class StateRanges

    Class for state ranges.

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

    Constructors

    StateRanges()

    Declaration
    public StateRanges()

    Properties

    StateRangeBackgroundColor

    Gets or sets the StateRangeBackgroundColor.

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

    Specifies the backgroundColor in bar indicators state ranges.

    StateRangeBorderColor

    Gets or sets the BorderColor.

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

    Specifies the borderColor in bar indicators state ranges.

    StateRangeEndValue

    Gets or sets the EndValue.

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

    Specifies the endValue in bar indicators state ranges.

    StateRangeStartValue

    Gets or sets the StateRangeStartValue.

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

    Specifies the StartValue in bar indicators state ranges.

    StateRangesText

    Gets or sets the StateRangeText.

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

    Specifies the text in bar indicators state ranges.

    StateRangesTextColor

    Gets or sets the color of the state range text.

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

    Specifies the textColor in bar indicators state ranges.

    StateRangetext

    Gets or sets the StateRangeText.

    Declaration
    [Obsolete("StateRangetext is deprecated, please use StateRangeText instead.")]
    public string StateRangetext { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the text in bar indicators state ranges.

    StateRangetextColor

    Gets or sets the color of the state range text.

    Declaration
    [Obsolete("StateRangetextColor is deprecated, please use StateRangeTextColor instead.")]
    public string StateRangetextColor { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the textColor in bar indicators state ranges.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved