ClassMeasureBase
Class
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:
Implements:
Inherited Members
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
Methods
OnPropertyChanged(string)
Called when [property changed].
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
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
Implements