ClassGaugeIndicatorCollection
Class
Represents a strongly typed collection of GaugeIndicator instances.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class GaugeIndicatorCollection : ObservableCollection<GaugeIndicator>, IList<GaugeIndicator>, ICollection<GaugeIndicator>, IList, ICollection, IReadOnlyList<GaugeIndicator>, IReadOnlyCollection<GaugeIndicator>, IEnumerable<GaugeIndicator>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GaugeIndicator>ObservableCollection<GaugeIndicator>GaugeIndicatorCollection
Implements:
Inherited Members
Constructors
GaugeIndicatorCollection()
Declaration
cs-api-definition
public GaugeIndicatorCollection()