[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeRangeCollection

GaugeRangeCollection Class

Collection of GaugeRange.

Inheritance
GaugeRangeCollection
Namespace: C1.Blazor.Gauge
Assembly: C1.Blazor.Gauge.dll
Syntax
public class GaugeRangeCollection : ObservableCollection<GaugeRange>, IList<GaugeRange>, ICollection<GaugeRange>, IList, ICollection, IReadOnlyList<GaugeRange>, IReadOnlyCollection<GaugeRange>, IEnumerable<GaugeRange>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Properties

Name Description
IsReadOnly

Gets a value indicating whether is possible to modify this collection.

Methods

Name Description
ClearItems()

Clears the ranges.

InsertItem(int, GaugeRange)

Inserts the range in the collection.

MoveItem(int, int)

Moves the range from oldIndex to newIndex.

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.

RemoveItem(int)

Removes the range.

SetItem(int, GaugeRange)

Sets the range.

Events

Name Description
RangePropertyChanged

Occurs when a property of a range changes.