Class StateRangeBuilder
Class for state range builder.
Inheritance
System.Object
StateRangeBuilder
Inherited Members
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
Assembly: Syncfusion.EJ.dll
Syntax
public class StateRangeBuilder
Constructors
StateRangeBuilder(Indicators)
Initializes a new instance of the StateRangeBuilder class to indicate the state range indicator.
Declaration
public StateRangeBuilder(Indicators stateRange)
Parameters
Type | Name | Description |
---|---|---|
Indicators | stateRange | The state range. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
StateRangeBackgroundColor(String)
States the color of the range background.
Declaration
public StateRangeBuilder StateRangeBackgroundColor(string backgroundColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | backgroundColor | Color of the background. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangeBorderColor(String)
States the color of the range border.
Declaration
public StateRangeBuilder StateRangeBorderColor(string borderColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | borderColor | Color of the border. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangeEndValue(Double)
States the range end value.
Declaration
public StateRangeBuilder StateRangeEndValue(double endValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | endValue | The end value. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangeStartValue(Double)
States the range start value.
Declaration
public StateRangeBuilder StateRangeStartValue(double startValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | startValue | The start value. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangetext(String)
States the range text.
Declaration
public StateRangeBuilder StateRangetext(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangeText(String)
Declaration
public StateRangeBuilder StateRangeText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangetextColor(String)
States the color of the range text.
Declaration
public StateRangeBuilder StateRangetextColor(string textColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | textColor | Color of the text. |
Returns
Type | Description |
---|---|
StateRangeBuilder |
StateRangeTextColor(String)
Declaration
public StateRangeBuilder StateRangeTextColor(string textColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | textColor |
Returns
Type | Description |
---|---|
StateRangeBuilder |