ClassRadialGauge
The Radial Gauge holder.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadialGauge : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadialGauge
Implements:
Inherited Members
Constructors
RadialGauge()
Initializes a new instance of the RadialGauge class.
Declaration
public RadialGauge()
Properties
CustomTickMark
Get the custom tick marks.
Declaration
public IList<GaugeCustomTickMark> CustomTickMark { get; }
Property Value
Labels
Get the list of gauge labels.
Declaration
public IList<GaugeLabel> Labels { get; }
Property Value
Markers
Get the list of markers.
Declaration
public IList<GaugeMarker> Markers { get; }
Property Value
Needle
Get the needle.
Declaration
public IList<GaugeNeedle> Needle { get; }
Property Value
NumericIndicator
Get the numeric indicator.
Declaration
public IList<GaugeNumericIndicator> NumericIndicator { get; }
Property Value
RadialBars
Get the list of radial gauge bars.
Declaration
public IList<GaugeRadialBar> RadialBars { get; }
Property Value
Ranges
Get the list of radial gauge ranges.
Declaration
public IList<GaugeRadialRange> Ranges { get; }
Property Value
StateIndicator
Get the state indicator.
Declaration
public IList<GaugeStateIndicator> StateIndicator { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides