ClassNumericScale
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:
public class NumericScale : ScaleBase
Inheritance: objectScaleBaseNumericScale
Inherited Members
Constructors
NumericScale()
Initializes a new instance of the NumericScale class.
Declaration
public NumericScale()
Methods
GetObjectPosition(FrameworkElement, ScaleObjectLocation, GaugeMeasure, double)
Gets position of the object over the scale.
Declaration
protected override Point GetObjectPosition(FrameworkElement element, ScaleObjectLocation location, GaugeMeasure offset, double value)
Parameters
element
FrameworkElement
Element to get position for.
location
Scale object location.
offset
Offset from the location.
value
Value along the scale.
Returns
Point
Position of the object over the scale.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.