Class StateRanges
Class for state ranges.
Inherited Members
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. |