ScaleMeasure
Class
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:
Inherited Members
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; }
Methods
Called when [value changed].
C#
protected override void OnValueChanged()
Overrides: