Plot series on top of other series

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a chart with several series'. I need to be able to set which series
plots 'on top' of the others. How (in VBA) do I accomplish this?
 
You handle it in VBA the same as manually, by changing the plot order and
axis group. Keep in mind that some chart types are always behind others,
despite plot order number. Area chart series are always behind any other
type; bars and columns are in front of Area; line series are in front of
these; and XY series are plotted on top of all others. Within a chart type,
series are listed from low plot order to high (high in front), and series on
the secondary axis appear in front of those on the primary axis.

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top