RadControls for WPF

Represents a collection of the IRangeEventSource objects. Can contain GaugeRange or GaugeRangeGroup.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public class GaugeRangeCollection : FreezableCollection<RangeEventSource>, 
	ITemplatedCollection
Visual Basic
Public Class GaugeRangeCollection _
	Inherits FreezableCollection(Of RangeEventSource) _
	Implements ITemplatedCollection

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        System.Windows.Media.Animation..::..Animatable
          System.Windows..::..FreezableCollection<(Of <(<'RangeEventSource>)>)>
            Telerik.Windows.Controls.Gauge..::..GaugeRangeCollection

See Also