ChartSeriesOrder

Description

The ChartSeriesOrder enumeration contains types of order of chart series.

It is used by the following properties and methods:

Depending on the property values, a property may overrule value of another property. See details in the table.

Available Values

Value Brief description
0 Forward. The series order is standard: SeriesOrder overrides AreaSeriesOrder.
1 Backward. The series order is reverse: SeriesOrder overrides AreaSeriesOrder.
2 MeanSorted. The series order is sorted by the arithmetic mean: SeriesOrder overrides AreaSeriesOrder.
3 dMeanBackSorted. The series order is sorted by the arithmetic mean in reverse order: SeriesOrder overrides AreaSeriesOrder.
4 ExcelLike. The series order is reverse (does not work for the 3D chart type): SeriesOrder overrides AreaSeriesOrder.
5 None. The series order is standard: SeriesOrder does not override AreaSeriesOrder.

See also:

Chart Assembly Enumerations