insert method
insert
Creates new chart series and inserts it into the collection.
Returns
New chart series IChartSeries
def insert(self, index, type):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Index for insertion int |
| type | ChartType | Chart type ChartType |
See Also
- enumeration
ChartType - class
IChartSeries - class
IChartSeriesCollection - module
aspose.slides.charts - library
Aspose.Slides