New to Telerik UI for WPFStart a free 30-day trial

Bar that encodes the featured measure when the range does not contain zero.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class BarFeaturedMeasure : FeaturedMeasure, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorMeasureBaseFeaturedMeasureBarFeaturedMeasure

Implements: INotifyPropertyChanged

Inherited Members MeasureBase.BrushPropertyMeasureBase.ValuePropertyMeasureBase.OnPropertyChanged(string)MeasureBase.BrushMeasureBase.ValueMeasureBase.PropertyChangedInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)...

Constructors

C#
public BarFeaturedMeasure()

Methods

Called when [range changed].

C#
protected override void OnRangeChanged()

Overrides: MeasureBase.OnRangeChanged()

Called when [value changed].

C#
protected override void OnValueChanged()

Overrides: MeasureBase.OnValueChanged()