Class
MeasureBaseControl

Base class for all measures that provide data as UI elements.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class MeasureBaseControl : Control, INotifyPropertyChanged

Inheritance: objectMeasureBaseControl

Derived Classes: ComparativeMeasureQualitativeRange

Implements: INotifyPropertyChanged

Constructors

MeasureBaseControl()

Declaration

cs-api-definition
protected MeasureBaseControl()

Fields

BrushProperty

Identifies the Brush dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BrushProperty

Field Value

DependencyProperty

ValueProperty

Identifies the Value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Brush

Gets or sets the Brush.

Declaration

cs-api-definition
public Brush Brush { get; set; }

Property Value

Brush

Value

Gets or sets the Value.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Methods

OnPropertyChanged(string)

Called when [property changed].

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

OnRangeChanged()

Called when [range changed].

Declaration

cs-api-definition
protected virtual void OnRangeChanged()

OnValueChanged()

Called when [value changed].

Declaration

cs-api-definition
protected virtual void OnValueChanged()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged