menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SparklineRangeBandSetting

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SparklineRangeBandSetting
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SparklineRangeBandSetting : EJTagHelper

    Constructors

    SparklineRangeBandSetting()

    Declaration
    public SparklineRangeBandSetting()

    Properties

    Color

    To configure sparkline rangeband color.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    EndRange

    To configure sparkline end range.

    Declaration
    public double EndRange { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    Opacity

    To configure sparkline rangeband opacity.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    StartRange

    To configure sparkline start range.

    Declaration
    public double StartRange { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved