Class Needle
Represents marker type indicator that runs over scale bar.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Needle : InteractiveIndicator, IThemable
Constructors
Needle()
Initializes a new instance of the Needle class.
Declaration
public Needle()
Fields
TailHeightProperty
Identifies the TailHeight dependency property.
Declaration
public static readonly DependencyProperty TailHeightProperty
Field Value
System.Windows.DependencyProperty
|
Properties
TailHeight
Gets or sets the relative height of the needle tail.
Declaration
public double TailHeight { get; set; }
Property Value
System.Double
|