insert method

insert

Creates new chart series and inserts it into the collection.

Returns

New chart series IChartSeries

def insert(self, index, type):
    ...
ParameterTypeDescription
indexintIndex for insertion int
typeChartTypeChart type ChartType

See Also