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

Represents scale that contains numeric or state indicators. This class makes possible show numeric or state indicators anywhere (not only inside the radial or linear scale).

Definition

Constructors

Initializes a new instance of the NumericScale class.

C#
public NumericScale()

Methods

Gets position of the object over the scale.

C#
protected override Point GetObjectPosition(FrameworkElement element, ScaleObjectLocation location, GaugeMeasure offset, double value)
Parameters:elementFrameworkElement

Element to get position for.

locationScaleObjectLocation

Scale object location.

offsetGaugeMeasure

Offset from the location.

valuedouble

Value along the scale.

Returns:

Point

Position of the object over the scale.

Overrides: ScaleBase.GetObjectPosition(FrameworkElement, ScaleObjectLocation, GaugeMeasure, double)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.