Class Range
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
Range
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class Range : EJTagHelper
Constructors
Range()
Declaration
public Range()
Properties
Color
Default value for qualitative range Color.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
End
Default value for qualitative range end value.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Index
Default value for qualitative range Color.
Declaration
public double Index { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
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 | The default value is "" |
Name
Default value for qualitative range name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Opacity
Range opacity
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
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
Type | Description |
---|---|
LegendShape | The default value is LegendShape.Rectangle |