Class QualitativeRanges
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 QualitativeRanges : EJTagHelper
Constructors
QualitativeRanges()
Declaration
public QualitativeRanges()
Properties
RangeEnd
Gets or sets the RangeEnd value
Declaration
[JsonProperty("rangeEnd")]
public double RangeEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the ending range to which the qualitative ranges will render.
RangeOpacity
Gets or sets the RangeOpacity value
Declaration
[JsonProperty("rangeOpacity")]
public double RangeOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the opacity for the qualitative ranges.
RangeStroke
Gets or sets the RangeStroke value
Declaration
[JsonProperty("rangeStroke")]
public string RangeStroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the stroke color of the qualitative ranges.