Back to Devexpress

Series.Order Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-55553c04.md

latest1.5 KB
Original Source

Series.Order Property

Gets the order in which series are plotted.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int Order { get; }
vb
ReadOnly Property Order As Integer

Property Value

TypeDescription
Int32

An integer that characterizes the series order.

|

Remarks

By default, the series are plotted in the order they were added.

To change the order in which the series are plotted, use the following methods:

See Also

Series Interface

Series Members

DevExpress.Spreadsheet.Charts Namespace