Class NumericIndicator
Represents numeric indicator.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class NumericIndicator : GraphicIndicator, IThemable
Constructors
NumericIndicator()
Initializes a new instance of the NumericIndicator class.
Declaration
public NumericIndicator()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
System.Windows.DependencyProperty
|
FormatProperty
Identifies the Format dependency property.
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
System.Windows.DependencyProperty
|
PositionsProperty
Identifies the Positions dependency property.
Declaration
public static readonly DependencyProperty PositionsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CornerRadius
Gets or sets the CornerRadius.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
System.Windows.CornerRadius
CornerRadius. |
Format
Gets or sets value format in the numeric indicator.
Declaration
public string Format { get; set; }
Property Value
System.String
|
Positions
Gets or sets numeric positions.
Declaration
public NumberPositionCollection Positions { get; set; }
Property Value
NumberPositionCollection
|
Methods
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
The maximum size that the method can return. |
Returns
System.Windows.Size
The size of the control, up to the maximum specified by constraint. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnValueChanged(Double, Double)
Called when indicator's value is changed.
Declaration
protected override void OnValueChanged(double oldValue, double newValue)
Parameters
System.Double
oldValue
Old value. |
System.Double
newValue
New value. |
Overrides
ResetTheme()
Resets the theme.
Declaration
public override void ResetTheme()