Class
QualitativeRange

Background fill color that encode qualitative range like bad, satisfactory and good.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class QualitativeRange : MeasureBaseControl, INotifyPropertyChanged

Inheritance: objectMeasureBaseControlQualitativeRange

Implements: INotifyPropertyChanged

Inherited Members MeasureBaseControl.BrushPropertyMeasureBaseControl.ValuePropertyMeasureBaseControl.OnPropertyChanged(string)MeasureBaseControl.OnRangeChanged()MeasureBaseControl.OnValueChanged()MeasureBaseControl.BrushMeasureBaseControl.ValueMeasureBaseControl.PropertyChanged

Constructors

QualitativeRange()

Initializes a new instance of the QualitativeRange class.

Declaration

cs-api-definition
public QualitativeRange()

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.