Class SparklineRangeBandSetting
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SparklineRangeBandSetting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Sparkline.dll
Syntax
public class SparklineRangeBandSetting : EJTagHelper
Constructors
SparklineRangeBandSetting()
Declaration
public SparklineRangeBandSetting()
Properties
Color
To configure sparkline rangeband color.
Declaration
public string Color { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
EndRange
To configure sparkline end range.
Declaration
public double EndRange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |
Opacity
To configure sparkline rangeband opacity.
Declaration
public double Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
StartRange
To configure sparkline start range.
Declaration
public double StartRange { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |