Share via


ChartObjectCollectionBase<T, U> Members

Include Protected Members
Include Inherited Members

Represents the base class for a collection of chart objects.

The ChartObjectCollectionBase<T, U> type exposes the following members.

Constructors

  Name Description
Protected method ChartObjectCollectionBase<T, U>() Infrastructure.

Top

Methods

  Name Description
Protected method CreateChartObject(Int32) Infrastructure.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Infrastructure.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection.
Public property Item[Int32] Gets an item in the collection by its index.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator() Infrastructure.

Top