Insert()
IChartSeriesCollection::Insert(int32_t, ChartType) method
Creates new chart series and inserts it into the collection.
virtual System::SharedPtr<IChartSeries> Aspose::Slides::Charts::IChartSeriesCollection::Insert(int32_t index, ChartType type)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index for insertion int32_t |
type | ChartType | Chart type ChartType |
Return Value
New chart series IChartSeries
See Also
- Enum ChartType
- Typedef SharedPtr
- Class IChartSeries
- Class IChartSeriesCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides