SeriesCollection.ChangeSeriesOrder
SeriesCollection.ChangeSeriesOrder method
Directly changes the orders of the two series.
[Obsolete("Use SeriesCollection.SwapSeries property, instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void ChangeSeriesOrder(int sourceIndex, int destIndex)
Parameter | Type | Description |
---|---|---|
sourceIndex | Int32 | The current index |
destIndex | Int32 | The 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
- class SeriesCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells