menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SparklineRangeBandSettingBuilder

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

    Constructors

    SparklineRangeBandSettingBuilder()

    Declaration
    public SparklineRangeBandSettingBuilder()

    SparklineRangeBandSettingBuilder(List<SparklineRangeBandSetting>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    To configure sparkline rangeband color.

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

    EndRange(Double)

    To configure sparkline end range.

    Declaration
    public SparklineRangeBandSettingBuilder EndRange(double endRange)
    Parameters
    Type Name Description
    System.Double endRange
    Returns
    Type
    SparklineRangeBandSettingBuilder

    Opacity(Double)

    To configure sparkline rangeband opacity.

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

    StartRange(Double)

    To configure sparkline start range.

    Declaration
    public SparklineRangeBandSettingBuilder StartRange(double startRange)
    Parameters
    Type Name Description
    System.Double startRange
    Returns
    Type
    SparklineRangeBandSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved