CimSeries.Order (property)

Gets and sets the order of a series in its collection.
Syntax: long = object.Order
object.Order = long
Description: CimSeries.Order contains the order of a series in its collection. This order is also used when the series is displayed in the series legend. The order starts at 0 from the top of the legend and increments towards the bottom.

Examples

series.Order = 0 makes this series the first series in the collection.

series.Order = 4 makes this series the fifth series in the collection.