Excel: Duplicated PlotOrder for two Series in a Chart
问题 I have a ChartObject , with 10 Series . I have two Series with .PlotOrder = 1, and two other with .PlotOrder = 2. Therefore, the .PlotOrder of the last Series is 8. Can this be explained? I expected .PlotOrder to span from 1 to .Count . Proof of what I have is that, during execution of a Sub , I get in cho a reference to the ChartObject in question. Then, in the immediate window: ? cho.Chart.SeriesCollection(cho.Chart.SeriesCollection.Count).PlotOrder 8 ? cho.Chart.SeriesCollection.Count 10