Graph |
public abstract class GraphOverrideCollection<ItemType> : IEnumerable<ItemType>, IDisposable where ItemType : GraphOverride
The GraphOverrideCollectionItemType type exposes the following members.
| Name | Description | |
|---|---|---|
| ClipGridAt | Gets or sets which item controls the size of the graph view grid. | |
| Count | Gets the count of override objects in the collection. | |
| Item |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the GraphOverrideCollectionItemType | |
| GetEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. |