Insert
IChartSeriesCollection.Insert method
Creates new chart series and inserts it into the collection.
public IChartSeries Insert(int index, ChartType type)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index for insertion Int32 |
type | ChartType | Chart type ChartType |
Return Value
New chart series IChartSeries
See Also
- interface IChartSeries
- enum ChartType
- interface IChartSeriesCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides