ChartObjectCollectionBase<T,U>.CreateChartObject(Int32) Method

Definition

Creates a chart object at the specified index.

protected:
 abstract T CreateChartObject(int index);
protected abstract T CreateChartObject (int index);
abstract member CreateChartObject : int -> 'T
Protected MustOverride Function CreateChartObject (index As Integer) As T

Parameters

index
Int32

The index of the item.

Returns

T

The newly created chart object of type T at the specified index.

Applies to