PaintElementCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PaintElementCollection コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
ChartComponent | コンテキストのチャート コンポーネント | |
Component | このPaintElementCollectionを実際に所有するチャート コンポーネント。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Item | このコレクション内の指定したインデックスのPaintElementを返します。 |
名前 | 解説 | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Add | このコレクションに PaintElement を追加します。 | |
AddRange | PaintElementsの配列をコレクションの最後に追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Clone | 現在のインスタンスをコピーして、新しいPaintElementCollectionオブジェクトを作成します。 | |
Contains | 特定の PaintElement がこのコレクションのメンバーであるかどうかを決定します。 | |
CopyTo | このコレクションのメンバーを配列にコピーします。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
IndexOf | コレクション内の指定したPaintElementのインデックスを取得します。 | |
Insert | PaintElementをコレクションの指定したインデックスに追加します。 | |
Remove | コレクションからPaintElementを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 | |
ToArray | このコレクション上で PainElements を含む配列を作成し、リターンします。 |
名前 | 解説 | |
---|---|---|
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | オーバーライドされます。 このメソッドは、オブジェクトがコレクションから削除されるたびに呼び出されます。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |