This is the base class for the segmented indicators.
It defines a collection of segments and provides
a grid panel for the layout of the segments.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public MustInherit Class SegmentedGaugeIndicator _
Inherits GaugeIndicator |
| Visual C++ |
|---|
public ref class SegmentedGaugeIndicator abstract : public GaugeIndicator |
Inheritance Hierarchy
See Also