Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Series.SendBackward() Method

Moves the series down one in the chart view plot order.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void SendBackward()

Remarks

The SendBackward changes the plot order for the series within the ChartView that owns the series.

See Also