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).

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class NumericScale : ScaleBase

Inheritance: objectScaleBaseNumericScale

Inherited Members ScaleBase.CustomItemsPropertyScaleBase.CustomItemTemplatePropertyScaleBase.CustomItemTemplateSelectorPropertyScaleBase.MaxPropertyScaleBase.MinPropertyScaleBase.MultiplierPropertyScaleBase.RangesPropertyScaleBase.RangeTemplatePropertyScaleBase.OnApplyTemplate()ScaleBase.PositionObject(DependencyObject)ScaleBase.ResizeObject(DependencyObject)ScaleBase.ResetTheme()ScaleBase.OnCreateAutomationPeer()ScaleBase.ArrangeOverride(Size)ScaleBase.CalculateCellSize()ScaleBase.ClearContainerForItemOverride(DependencyObject, object)ScaleBase.GetContainerForItemOverride()ScaleBase.IsItemItsOwnContainerOverride(object)ScaleBase.PresenterSizeChanged(object, SizeChangedEventArgs)ScaleBase.UpdateTicksAndLabels()ScaleBase.ScaleObjectChanged(FrameworkElement)ScaleBase.MeasureOverride(Size)ScaleBase.CellSizeScaleBase.CustomItemsScaleBase.CustomItemTemplateScaleBase.CustomItemTemplateSelectorScaleBase.IndicatorsScaleBase.MaxScaleBase.MinScaleBase.MultiplierScaleBase.RangesScaleBase.RangeTemplateScaleBase.DefaultRangeGroup

Constructors

NumericScale()

Initializes a new instance of the NumericScale class.

Declaration

cs-api-definition
public NumericScale()

Methods

GetObjectPosition(FrameworkElement, ScaleObjectLocation, GaugeMeasure, double)

Gets position of the object over the scale.

Declaration

cs-api-definition
protected override Point GetObjectPosition(FrameworkElement element, ScaleObjectLocation location, GaugeMeasure offset, double value)

Parameters

element

FrameworkElement

Element to get position for.

location

ScaleObjectLocation

Scale object location.

offset

GaugeMeasure

Offset from the location.

value

double

Value along the scale.

Returns

Point

Position of the object over the scale.

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

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.