ClassQualitativeRange
Class
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:
Inherited Members
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
The RoutedEventArgs that contains the event data.