Class NumericScale
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).
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class NumericScale : ScaleBase, IThemable
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
System. Element to get position for. |
Scale Scale object location. |
Gauge Offset from the location. |
System. Value along the scale. |
Returns
System. Position of the object over the scale. |
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |