Class SparklineRangeBandSetting
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.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklineRangeBandSetting : EJTagHelper
Constructors
SparklineRangeBandSetting()
Declaration
public SparklineRangeBandSetting()
Properties
Color
To configure sparkline rangeband color
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndRange
To configure sparkline end range
Declaration
[HtmlAttributeName("endRange")]
public double EndRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Opacity
To configure sparkline rangeband opacity
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartRange
To configure sparkline start range
Declaration
[HtmlAttributeName("startRange")]
public double StartRange { get; set; }
Property Value
Type | Description |
---|---|
System.Double |