ChartObjectCollectionBase<T,U>.CreateChartObject(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.