NumericScale
Class
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
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class NumericScale : ScaleBase
Inheritance: objectScaleBaseNumericScale
Inherited Members
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)
Element to get position for.
locationScaleObjectLocationScale object location.
offsetGaugeMeasureOffset from the location.
valuedoubleValue along the scale.
Returns:Point
Position of the object over the scale.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.