menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class QualitativeRanges

    Inheritance
    System.Object
    EJTagHelper
    QualitativeRanges
    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 QualitativeRanges : EJTagHelper

    Constructors

    QualitativeRanges()

    Declaration
    public QualitativeRanges()

    Properties

    RangeEnd

    Gets or sets the RangeEnd value

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

    Specifies the ending range to which the qualitative ranges will render.

    RangeOpacity

    Gets or sets the RangeOpacity value

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

    Specifies the opacity for the qualitative ranges.

    RangeStroke

    Gets or sets the RangeStroke value

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

    Specifies the stroke color of the qualitative ranges.

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