PlotOrder Property

Applies To

Series Object.

Description

Returns or sets the plot order for this series within the chart group. Read-write.

Remarks

Plot order can only be set within a chart group (you cannot set the plot order for the entire chart if you have more than one chart type). A chart group is a collection of series with the same chart type and subtype.

Changing the plot order of one series will cause the plot orders of the other series on the chart group to adjust as necessary.

Example

This example makes series two in Chart1 appear third in the plot order. The example should be run on a 2-D column chart with three or more series.


Charts("Chart1").ChartGroups(1).SeriesCollection(2).PlotOrder = 3