In This Article

MicroQualitativeRange Class

Represents a qualitative range element for use within a MicroBulletGraph.

public class MicroQualitativeRange : Control, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control Object

Constructors

MicroQualitativeRange()

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

Inherited Members

Extension Methods