ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Range - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Range

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    Range
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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
    EJTagHelper.IsChild

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved