New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class GaugeRangeCollection : FreezableCollection<RangeEventSource>, ITemplatedCollection

Inheritance: objectGaugeRangeCollection

Implements: ITemplatedCollection

Constructors

Initializes a new instance of the GaugeRangeCollection class.

C#
public GaugeRangeCollection()

Properties

ItemTemplate

DataTemplate

Gets or sets collection item template.

C#
public DataTemplate ItemTemplate { get; set; }

Implements: ITemplatedCollection.ItemTemplate

ItemTemplateSelector

DataTemplateSelector

Gets or sets template selector.

C#
public DataTemplateSelector ItemTemplateSelector { get; set; }

Implements: ITemplatedCollection.ItemTemplateSelector