menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class RangeBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RangeBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RangeBuilder : ControlBuilder

    Constructors

    RangeBuilder()

    Declaration
    public RangeBuilder()

    RangeBuilder(List<Range>)

    Declaration
    public RangeBuilder(List<Range> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Range> collection

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Default value for qualitative range Color.

    Declaration
    public RangeBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type
    RangeBuilder

    End(Double)

    Default value for qualitative range end value.

    Declaration
    public RangeBuilder End(double end)
    Parameters
    Type Name Description
    System.Double end
    Returns
    Type
    RangeBuilder

    Index(Double)

    Default value for qualitative range Color.

    Declaration
    public RangeBuilder Index(double index)
    Parameters
    Type Name Description
    System.Double index
    Returns
    Type
    RangeBuilder

    LegendImageUrl(String)

    The URL for the Image that is to be displayed as a Legend icon. It requires legendShape value to be an Image.

    Declaration
    public RangeBuilder LegendImageUrl(string legendImageUrl)
    Parameters
    Type Name Description
    System.String legendImageUrl
    Returns
    Type
    RangeBuilder

    Name(String)

    Default value for qualitative range name.

    Declaration
    public RangeBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type
    RangeBuilder

    Opacity(Double)

    Range opacity

    Declaration
    public RangeBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type
    RangeBuilder

    Shape(LegendShape)

    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 RangeBuilder Shape(LegendShape shape)
    Parameters
    Type Name Description
    LegendShape shape
    Returns
    Type
    RangeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved