Base class for the gauge ranges. Defines a value range (min and max value), tick and label steps and templates for the ticks and labels.
The class is abstract because the layout of the ticks and labels are defined in concrete types, for example the radial and linear ranges.
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 GaugeRange : Panel |
| Visual Basic |
|---|
Public MustInherit Class GaugeRange _
Inherits Panel |
| Visual C++ |
|---|
public ref class GaugeRange abstract : public Panel |
Inheritance Hierarchy
See Also