MicroQualitativeRange Class
Represents a qualitative range element for use within a MicroBulletGraph.
public class MicroQualitativeRange : Control
- Inheritance:
- object Visual UIElement FrameworkElement Control object
Constructors
MicroQualitativeRange()
Initializes an instance of the class.
public MicroQualitativeRange()
Properties
Chart
Gets the MicroBulletGraph that owns this range.
public MicroBulletGraph Chart { get; }
Property Value
- MicroBulletGraph:
The MicroBulletGraph that owns this range.
Value
Gets or sets the value of the MicroQualitativeRange. This is a dependency property.
public double Value { get; set; }
Property Value
- double:
The value of the range. The default value is
NaN.
Methods
Refresh()
Updates the range based on the current state.
public virtual void Refresh()
Fields
ValueProperty
Identifies the Value dependency property. This field is read-only.
public static readonly DependencyProperty ValueProperty