Series.PlotOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the plot order for the selected series within the chart group. Read/write Integer.
public:
property int PlotOrder { int get(); void set(int value); };
public int PlotOrder { get; set; }
member this.PlotOrder : int with get, set
Public Property PlotOrder As Integer
Property Value
Integer
Remarks
You can set plot order only 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.
Changing the plot order of one series will cause the plot orders of the other series in the chart group to be adjusted, as necessary.