Class
ScaleMeasure

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: INotifyPropertyChanged

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

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.

Declaration

cs-api-definition
public string FormatString { get; set; }

Property Value

string

Text

Gets the text.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

The text.

Methods

OnValueChanged()

Called when [value changed].

Declaration

cs-api-definition
protected override void OnValueChanged()

Overrides MeasureBase.OnValueChanged()