menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QualitativeRange - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QualitativeRange

    Represents the qualitative range of the bullet graph.

    Inheritance
    System.Object
    QualitativeRange
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.BulletGraph
    Assembly: Syncfusion.BulletGraph.Windows.dll
    Syntax
    public class QualitativeRange

    Constructors

    QualitativeRange()

    Declaration
    public QualitativeRange()

    Properties

    RangeCaption

    Gets or sets the range caption.

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

    RangeEnd

    Gets or sets the range end value.

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

    RangeOpacity

    Gets or sets the range opacity.

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

    RangeStart

    Gets or sets the range start value.

    Declaration
    public double RangeStart { get; }
    Property Value
    Type
    System.Double

    RangeStroke

    Gets or sets the range stroke color.

    Declaration
    public Color RangeStroke { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved