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

Series.BringToFront() Method

Moves the series before other series in the chart view.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

void BringToFront()

Remarks

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

See Also