SeriesCollection.GetSeriesByOrder

SeriesCollection.GetSeriesByOrder method

Gets the Series element by order.

public Series GetSeriesByOrder(int order)
ParameterTypeDescription
orderInt32The order of series

Return Value

The element series

See Also