ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RangeBuilder

    Inheritance
    System.Object
    ControlBuilder
    RangeBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 Description
    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 Description
    RangeBuilder

    Index(Double)

    Default value for qualitative range Color

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

    Name(String)

    Default value for qualitative range name

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

    Opacity(Double)

    Range opacity

    Declaration
    public RangeBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type Description
    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

    Declaration
    public RangeBuilder Shape(LegendShape shape)
    Parameters
    Type Name Description
    LegendShape shape
    Returns
    Type Description
    RangeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved