menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeBandSettings

    Show / Hide Table of Contents

    Class RangeBandSettings

    Inheritance
    System.Object
    EJTagHelper
    RangeBandSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RangeBandSettings : EJTagHelper

    Constructors

    RangeBandSettings()

    Declaration
    public RangeBandSettings()

    Properties

    Color

    Gets or sets range band color.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    sparkline range band color.

    EndRange

    Gets or sets the value for endrange.

    Declaration
    [JsonProperty("endRange")]
    public double EndRange { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Controls whether sprkline endrange;

    Opacity

    Gets or sets the value for bandopacity.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Controls whether sprkline bandopacity;

    StartRange

    Gets or sets the value for startrange.

    Declaration
    [JsonProperty("startRange")]
    public double StartRange { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Controls whether sprkline startrange;

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