Class SparklineRangeBandSetting
Inheritance
System.Object
SparklineRangeBandSetting
Assembly: Syncfusion.EJ2.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 |
|
EndRange
To configure sparkline end range
Declaration
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
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartRange
To configure sparkline start range
Declaration
public double StartRange { get; set; }
Property Value
Type |
Description |
System.Double |
|