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

Series.SendToBack() Method

Moves the series behind all other series in the chart view.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

void SendToBack()

Remarks

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

See Also