Aspose::Cells::Charts::SeriesCollection::ChangeSeriesOrder method

SeriesCollection::ChangeSeriesOrder method

Directly changes the orders of the two series.

Deprecated

Use SeriesCollection.SwapSeries property, instead.

void Aspose::Cells::Charts::SeriesCollection::ChangeSeriesOrder(int32_t sourceIndex, int32_t destIndex)
ParameterTypeDescription
sourceIndexint32_tThe current index
destIndexint32_tThe dest index

Remarks

NOTE: This method is now obsolete. Instead, please use SeriesCollection.SwapSeries method. This method will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also