This is the base class of the gauge indicators. It is abstract
because more concrete types must implement the arrange logic. Every indicator
knows how to arrange itself in its range container.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public abstract class GaugeIndicator : RadControl |
| Visual Basic |
|---|
Public MustInherit Class GaugeIndicator _
Inherits RadControl |
| Visual C++ |
|---|
public ref class GaugeIndicator abstract : public RadControl |
Inheritance Hierarchy
See Also