For a list of all members of this type, see DataSeriesCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<DataSeries>) |
![]() | Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
![]() | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataSeries>) |
Name | Description | |
---|---|---|
![]() | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<DataSeries>) |
![]() | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<DataSeries>) |
![]() | ClearItems | Overridden. Clears all data series in this collection |
![]() | InsertItem | Overridden. Inserts a new data series at specific index in this collection |
![]() | MoveItem | Overridden. Moves existing data series form old index to a new index in this collection |
![]() | OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DataSeries>) |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DataSeries>) |
![]() | RemoveItem | Overridden. Removes existing data series at specific index of this collection |
![]() | SetItem | Overridden. Sets a new data series at specific index in this collection |