insert method

insert

Creates new chart series and inserts it into the collection.

def insert(self, index, type):
    ...
ParameterTypeDescription
indexint
typeChartType

See Also