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

ParameterTypeDescription
indexint32_tIndex for insertion int32_t
typeChartTypeChart type ChartType

Return Value

New chart series IChartSeries

See Also