Class RangeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RangeBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class RangeBuilder : ControlBuilder
Constructors
RangeBuilder()
Declaration
RangeBuilder(List<Range>)
Declaration
public RangeBuilder(List<Range> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Range> |
collection |
|
Methods
Add()
Declaration
Color(String)
Default value for qualitative range Color.
Declaration
public RangeBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
End(Double)
Default value for qualitative range end value.
Declaration
public RangeBuilder End(double end)
Parameters
Type |
Name |
Description |
System.Double |
end |
|
Returns
Index(Double)
Default value for qualitative range Color.
Declaration
public RangeBuilder Index(double index)
Parameters
Type |
Name |
Description |
System.Double |
index |
|
Returns
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
Name(String)
Default value for qualitative range name.
Declaration
public RangeBuilder Name(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Opacity(Double)
Declaration
public RangeBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns
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
Returns