Represents a collection of Micro
- Inheritance:
-
object
Collection<Micro
XYRange > ObservableCollection <MicroXYRange > DeferrableObservable <MicroCollection XYRange > object
Constructors
MicroXYRangeCollection(MicroXYChart)
Initializes a new instance of the Micro
Parameter | Type | Description |
---|---|---|
chart | Micro |
The Micro |
Methods
ClearItems()
Removes all items from the collection.
InsertItem(int, MicroXYRange)
Inserts an item into the collection at the specified index.
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which |
item | Micro |
The object to insert. |
RemoveItem(int)
Removes the item at the specified index of the collection.
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the item to remove. |
SetItem(int, MicroXYRange)
Replaces the element at the specified index.
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the item to replace. |
item | Micro |
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.
Get Type() -
object.
Memberwise Clone() -
object.
To String() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()