Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Plot series on top of other series

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Plot series on top of other series

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
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Mitch" wrote in message
...
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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to plot column chart with one series against multiple series. svenkateshmurthy Charts and Charting in Excel 2 October 16th 07 09:09 PM
how do I plot a data series against two series Frustrated in Sydney Charts and Charting in Excel 7 February 16th 06 04:24 AM
Continuous series plot dharmik Charts and Charting in Excel 1 October 4th 05 03:08 AM
chart data series -- plot a table as a single series hjc Charts and Charting in Excel 7 September 20th 05 05:52 PM
Plot points with same x-value in same series? smKing Charts and Charting in Excel 1 February 3rd 05 07:32 PM


All times are GMT +1. The time now is 02:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"