Class SparklineRangeBandSettingBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SparklineRangeBandSettingBuilder
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 SparklineRangeBandSettingBuilder : ControlBuilder
Constructors
SparklineRangeBandSettingBuilder()
Declaration
public SparklineRangeBandSettingBuilder()
SparklineRangeBandSettingBuilder(List<SparklineRangeBandSetting>)
Declaration
public SparklineRangeBandSettingBuilder(List<SparklineRangeBandSetting> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<SparklineRangeBandSetting> | collection |
Methods
Add()
Declaration
public void Add()
Color(String)
To configure sparkline rangeband color.
Declaration
public SparklineRangeBandSettingBuilder Color(string color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | color |
Returns
| Type |
|---|
| SparklineRangeBandSettingBuilder |
EndRange(Double)
To configure sparkline end range.
Declaration
public SparklineRangeBandSettingBuilder EndRange(double endRange)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | endRange |
Returns
| Type |
|---|
| SparklineRangeBandSettingBuilder |
Opacity(Double)
To configure sparkline rangeband opacity.
Declaration
public SparklineRangeBandSettingBuilder Opacity(double opacity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | opacity |
Returns
| Type |
|---|
| SparklineRangeBandSettingBuilder |
StartRange(Double)
To configure sparkline start range.
Declaration
public SparklineRangeBandSettingBuilder StartRange(double startRange)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | startRange |
Returns
| Type |
|---|
| SparklineRangeBandSettingBuilder |