Back to Devexpress

Series.SendToBack() Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-8ca320ff.md

latest1.0 KB
Original Source

Series.SendToBack() Method

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void SendToBack()
vb
Sub SendToBack

Remarks

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

See Also

Series Interface

Series Members

DevExpress.Spreadsheet.Charts Namespace