ChartObjectCollectionBase<T,U> Class

Definition

Represents the base class for a collection of chart objects.

generic <typename T, typename U>
 where T : ChartObjectCollectionItem<U> where U : BaseInstancepublic ref class ChartObjectCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class ChartObjectCollectionBase<T,U> : System.Collections.Generic.IEnumerable<T> where T : ChartObjectCollectionItem<U> where U : BaseInstance
type ChartObjectCollectionBase<'T, 'U (requires 'T :> ChartObjectCollectionItem<'U> and 'U :> BaseInstance)> = class
    interface seq<'T (requires 'T :> ChartObjectCollectionItem<'U>)>
    interface IEnumerable
Public MustInherit Class ChartObjectCollectionBase(Of T, U)
Implements IEnumerable(Of T)

Type Parameters

T

The type of the item in the collection base.

U

The type of the chart object item.

Inheritance
ChartObjectCollectionBase<T,U>
Derived
Implements

Constructors

Name Description
ChartObjectCollectionBase<T,U>()

Initializes a new instance of the ChartObjectCollectionBase<T,U> class.

Properties

Name Description
Count

Gets the number of items in the collection.

Item[Int32]

Gets an item in the collection by its index.

Methods

Name Description
CreateChartObject(Int32)

Creates a chart object at the specified index.

GetEnumerator()

Gets an enumerator that iterates through the collection.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the collection.

Applies to