Class ScaleMeasure
Provides information for the quantitative scale label ticks.
Inherited Members
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ScaleMeasure : MeasureBase, INotifyPropertyChanged, IProvideMeasureValue, IRequireRange
Constructors
ScaleMeasure()
Declaration
public ScaleMeasure()
Fields
FormatStringProperty
Identifies the FormatString dependency property.
Declaration
public static readonly DependencyProperty FormatStringProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FormatString
Gets or sets the FormatString.
Declaration
public string FormatString { get; set; }
Property Value
System.String
|
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
System.String
The text. |
Methods
OnValueChanged()
Called when [value changed].
Declaration
protected override void OnValueChanged()