Class Range
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
End
Default value for qualitative range end value
Declaration
[HtmlAttributeName("end")]
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Index
Default value for qualitative range Color
Declaration
[HtmlAttributeName("index")]
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
[HtmlAttributeName("legendImageUrl")]
public string LegendImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Default value for qualitative range name
Declaration
[HtmlAttributeName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Range opacity
Declaration
[HtmlAttributeName("opacity")]
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
[HtmlAttributeName("shape")]
public LegendShape Shape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape |