ClassScaleMeasure
Class
Provides information for the quantitative scale label ticks.
Definition
Namespace:Telerik.Windows.Controls.BulletGraph
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class ScaleMeasure : MeasureBase, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorMeasureBaseScaleMeasure
Implements:
Inherited Members
Constructors
ScaleMeasure()
Declaration
cs-api-definition
public ScaleMeasure()
Fields
FormatStringProperty
Identifies the FormatString dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FormatStringProperty
Field Value
DependencyProperty
Properties
FormatString
Gets or sets the FormatString.
Methods
OnValueChanged()
Called when [value changed].
Declaration
cs-api-definition
protected override void OnValueChanged()
Overrides