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
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
Declaration
public LegendShape Shape { get; set; }
Property Value