RadControls for WPF

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

Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class MeasureBase : InheritanceContextPropagator, 
	INotifyPropertyChanged, IProvideMeasureValue, IRequireRange
Visual Basic
Public MustInherit Class MeasureBase _
	Inherits InheritanceContextPropagator _
	Implements INotifyPropertyChanged, IProvideMeasureValue, IRequireRange

Inheritance Hierarchy

See Also