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

Provides information for the quantitative scale label ticks.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ScaleMeasure : MeasureBase, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorMeasureBaseScaleMeasure

Implements: INotifyPropertyChanged

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

Constructors

C#
public ScaleMeasure()

Fields

FormatStringProperty

DependencyProperty

Identifies the FormatString dependency property.

C#
public static readonly DependencyProperty FormatStringProperty

Properties

Gets or sets the FormatString.

C#
public string FormatString { get; set; }

Gets the text.

C#
public string Text { get; }
Property Value:

The text.

Methods

Called when [value changed].

C#
protected override void OnValueChanged()

Overrides: MeasureBase.OnValueChanged()