Class RangeBandSettings
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RangeBandSettings : EJTagHelper
Constructors
RangeBandSettings()
Declaration
public RangeBandSettings()
Properties
Color
Gets or sets range band color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
sparkline range band color.
EndRange
Gets or sets the value for endrange.
Declaration
[JsonProperty("endRange")]
public double EndRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline endrange;
Opacity
Gets or sets the value for bandopacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline bandopacity;
StartRange
Gets or sets the value for startrange.
Declaration
[JsonProperty("startRange")]
public double StartRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Controls whether sprkline startrange;