ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SparklineRangeBandSettingBuilder

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

    EndRange(Double)

    To configure sparkline end range

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

    Opacity(Double)

    To configure sparkline rangeband opacity

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

    StartRange(Double)

    To configure sparkline start range

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