DataSeriesCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<DataSeries>から継承されます。 |
![]() | Item | Gets or sets the element at the specified index. System.Collections.ObjectModel.Collection<DataSeries>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<DataSeries>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<DataSeries>から継承されます。 |
![]() | CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<DataSeries>から継承されます。 |
![]() | ClearItems | オーバーライドされます。 コレクションのすべてのデータ シリーズをクリアします。 |
![]() | InsertItem | オーバーライドされます。 コレクションの特定のインデックスに新しいデータ シリーズを挿入します。 |
![]() | MoveItem | オーバーライドされます。 既存のデータ シリーズを古いインデックスからコレクションの新しいインデックスに移動します。 |
![]() | OnCollectionChanged | System.Collections.ObjectModel.ObservableCollection<DataSeries>から継承されます。 |
![]() | OnPropertyChanged | System.Collections.ObjectModel.ObservableCollection<DataSeries>から継承されます。 |
![]() | RemoveItem | オーバーライドされます。 コレクションの特定のインデックスにある既存のデータ シリーズを削除します。 |
![]() | SetItem | オーバーライドされます。 コレクションの特定のインデックスに新しいデータ シリーズを設定します。 |