Class Range
Inheritance
System.Object
Range
Assembly: Syncfusion.EJ2.dll
Syntax
public class Range : EJTagHelper
Constructors
Range()
Declaration
Properties
Color
Default value for qualitative range Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
End
Default value for qualitative range end value
Declaration
public double End { get; set; }
Property Value
Type |
Description |
System.Double |
|
Index
Default value for qualitative range Color
Declaration
public double Index { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LegendImageUrl
The URL for the Image that is to be displayed as a Legend icon. It requires legendShape
value to be an Image
.
Declaration
public string LegendImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Default value for qualitative range name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Shape
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 LegendShape Shape { get; set; }
Property Value