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 |