Class
MeasureBase

Base class for all measures that provide data to the UI elements.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class MeasureBase : InheritanceContextPropagator, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorMeasureBase

Derived Classes: FeaturedMeasureScaleMeasure

Implements: INotifyPropertyChanged

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

MeasureBase()

Declaration

cs-api-definition
protected MeasureBase()

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