MicroXYRangeCollection Class
Represents a collection of MicroXYRange objects.
public class MicroXYRangeCollection : DeferrableObservableCollection<MicroXYRange>
- Inheritance:
- object Collection<MicroXYRange> ObservableCollection<MicroXYRange> DeferrableObservableCollection<MicroXYRange> object
Constructors
MicroXYRangeCollection(MicroXYChart)
Represents a collection of MicroXYRange objects.
public MicroXYRangeCollection(MicroXYChart chart)
| Parameter | Type | Description |
|---|---|---|
| chart | MicroXYChart | The MicroXYChart that owns this collection and the associated ranges. |
Methods
ClearItems()
Removes all items from the collection.
protected override void ClearItems()
InsertItem(int, MicroXYRange)
Inserts an item into the collection at the specified index.
protected override void InsertItem(int index, MicroXYRange item)
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index at which |
| item | MicroXYRange | The object to insert. |
RemoveItem(int)
Removes the item at the specified index of the collection.
protected override void RemoveItem(int index)
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index of the element to remove. |
SetItem(int, MicroXYRange)
Replaces the element at the specified index.
protected override void SetItem(int index, MicroXYRange item)
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index of the element to replace. |
| item | MicroXYRange | The new value for the element at the specified index. |
Inherited Members
- DeferrableObservableCollection<MicroXYRange>.AddRange(IEnumerable<MicroXYRange>)
- DeferrableObservableCollection<MicroXYRange>.BeginUpdate()
- DeferrableObservableCollection<MicroXYRange>.EndUpdate()
- DeferrableObservableCollection<MicroXYRange>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
- DeferrableObservableCollection<MicroXYRange>.OnPropertyChanged(PropertyChangedEventArgs)
- DeferrableObservableCollection<MicroXYRange>.ToArray()
- DeferrableObservableCollection<MicroXYRange>.IsDirty
- DeferrableObservableCollection<MicroXYRange>.IsPropertyChangeSuspended
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()