Class RangeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RangeBuilder
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.BulletChart.dll
Syntax
public class RangeBuilder : ControlBuilder
Constructors
RangeBuilder()
Declaration
public RangeBuilder()
RangeBuilder(List<Range>)
Declaration
public RangeBuilder(List<Range> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<Range> | collection |
Methods
Add()
Declaration
public void Add()
Color(String)
Default value for qualitative range Color.
Declaration
public RangeBuilder Color(string color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | color |
Returns
| Type |
|---|
| RangeBuilder |
End(Double)
Default value for qualitative range end value.
Declaration
public RangeBuilder End(double end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | end |
Returns
| Type |
|---|
| RangeBuilder |
Index(Double)
Default value for qualitative range Color.
Declaration
public RangeBuilder Index(double index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | index |
Returns
| Type |
|---|
| RangeBuilder |
LegendImageUrl(String)
The URL for the Image that is to be displayed as a Legend icon. It requires legendShape value to be an Image.
Declaration
public RangeBuilder LegendImageUrl(string legendImageUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | legendImageUrl |
Returns
| Type |
|---|
| RangeBuilder |
Name(String)
Default value for qualitative range name.
Declaration
public RangeBuilder Name(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type |
|---|
| RangeBuilder |
Opacity(Double)
Range opacity
Declaration
public RangeBuilder Opacity(double opacity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | opacity |
Returns
| Type |
|---|
| RangeBuilder |
Shape(LegendShape)
The shape of the legend. Each ranges has its own legend shape. They are, Circle Rectangle Triangle Diamond Cross HorizontalLine VerticalLine Pentagon InvertedTriangle SeriesType Image
Declaration
public RangeBuilder Shape(LegendShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| LegendShape | shape |
Returns
| Type |
|---|
| RangeBuilder |