Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to change series plotting order without changing legend order?

My chart has four data series. They all plot as the same kind of line and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they must be
superimposed on each other such that 4 is on the bottom and 1 plots on top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4 on top.

In other words, Excel superimposes the series on the plot in the opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default How to change series plotting order without changing legend order?

Right click the chart
Select Series Data fro popup menu
The Series Data dialog has two windows; in the larger one to the left you
will see the names of you data series listed
Select one of these and use the up/down arrow at the top of this window to
reorder the legend entries
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4 on
top.

In other words, Excel superimposes the series on the plot in the opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How to change series plotting order without changing legend order?

Hi,

Assuming you have a stacked line chart, in order to get the line
'superimposed'.
The plot order is reflected in the legend. Changing the order will fix the
legend but the lines will be in the wrong order within the chart.

Use additional cells and formula to calculate the cumulative values for each
series. You can then use the plot order to control the legend without
affecting the stacked order in the chart.

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4 on
top.

In other words, Excel superimposes the series on the plot in the opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to change series plotting order without changing legend or

Bernard, the popup menu doesn't have a 'Select Series' choice. It does have
a 'Source data' choice but that doesn't have the functionality you describe.

I recall earlier trying what you've described, where you can select a series
and click the up and down arrows, just can't remember at the moment how I got
there. But it didn't work anyway because in addition to changing the legend
order, it also changed which series were plotted on top of which, and I need
to avoid that. I have to change the legend without changing the plot, or
vice versa.

Thanks,
Patrick

"Bernard Liengme" wrote:

Right click the chart
Select Series Data fro popup menu
The Series Data dialog has two windows; in the larger one to the left you
will see the names of you data series listed
Select one of these and use the up/down arrow at the top of this window to
reorder the legend entries
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4 on
top.

In other words, Excel superimposes the series on the plot in the opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default How to change series plotting order without changing legend or

No it's not a stacked line chart, it's four completely separate series. Each
one is just symbols joined by a line. Sometimes the lines run together and I
need to force the symbols to be plotted on top of each other in the same
order the series appear in the legend. So whichever series is at the top of
the legend, that series' symbols should plot on top. Whichever series is at
the bottom of the legend, its symbols should plot underneath the symbols from
all three other series. Same idea for series 2 and 3. Excel defaults to the
opposite order - how do I force it to do what I need?

Thanks,
Patrick

"Andy Pope" wrote:

Hi,

Assuming you have a stacked line chart, in order to get the line
'superimposed'.
The plot order is reflected in the legend. Changing the order will fix the
legend but the lines will be in the wrong order within the chart.

Use additional cells and formula to calculate the cumulative values for each
series. You can then use the plot order to control the legend without
affecting the stacked order in the chart.

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4 on
top.

In other words, Excel superimposes the series on the plot in the opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


.



  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default How to change series plotting order without changing legend or

You could add a duplicate set of series. Format each series to match the
original.
So if you had 4 you would now have 8. Format series 5 to be the same a
series 1, 2 & 6, 3 & 7, 4 & 8.
You can then change the order of series 5 to 8 to be in reverse.
Finally remove series 5 to 8 from the legend.

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"PatrickM" wrote in message
...
No it's not a stacked line chart, it's four completely separate series.
Each
one is just symbols joined by a line. Sometimes the lines run together
and I
need to force the symbols to be plotted on top of each other in the same
order the series appear in the legend. So whichever series is at the top
of
the legend, that series' symbols should plot on top. Whichever series is
at
the bottom of the legend, its symbols should plot underneath the symbols
from
all three other series. Same idea for series 2 and 3. Excel defaults to
the
opposite order - how do I force it to do what I need?

Thanks,
Patrick

"Andy Pope" wrote:

Hi,

Assuming you have a stacked line chart, in order to get the line
'superimposed'.
The plot order is reflected in the legend. Changing the order will fix
the
legend but the lines will be in the wrong order within the chart.

Use additional cells and formula to calculate the cumulative values for
each
series. You can then use the plot order to control the legend without
affecting the stacked order in the chart.

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line
and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they
must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4
on
top.

In other words, Excel superimposes the series on the plot in the
opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


.


  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default How to change series plotting order without changing legend or

Email me directly (get my addy from my website) and I will post back a
screen capture showing what I meant.
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"PatrickM" wrote in message
...
Bernard, the popup menu doesn't have a 'Select Series' choice. It does
have
a 'Source data' choice but that doesn't have the functionality you
describe.

I recall earlier trying what you've described, where you can select a
series
and click the up and down arrows, just can't remember at the moment how I
got
there. But it didn't work anyway because in addition to changing the
legend
order, it also changed which series were plotted on top of which, and I
need
to avoid that. I have to change the legend without changing the plot, or
vice versa.

Thanks,
Patrick

"Bernard Liengme" wrote:

Right click the chart
Select Series Data fro popup menu
The Series Data dialog has two windows; in the larger one to the left you
will see the names of you data series listed
Select one of these and use the up/down arrow at the top of this window
to
reorder the legend entries
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"PatrickM" wrote in message
...
My chart has four data series. They all plot as the same kind of line
and
they all plot against the same axes. Series 1 - 4 must be listed in the
legend in that order top to bottom; however on the chart itself they
must
be
superimposed on each other such that 4 is on the bottom and 1 plots on
top -
how do I force this? Excel defaults to plotting 1 on the bottom and 4
on
top.

In other words, Excel superimposes the series on the plot in the
opposite
order it lists them in the legend. Is there a way to reverse this?


Thanks,
Patrick


.

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 change the series order in a LEGEND ONLY...not data Steve P[_2_] Charts and Charting in Excel 2 December 3rd 08 08:44 AM
Change series order in a legend ut_libet[_2_] Charts and Charting in Excel 2 June 11th 08 04:05 PM
How do I change the legend Series order in Excel 2007? Csmith Excel Discussion (Misc queries) 2 July 20th 07 10:26 PM
How do I change the Series plotting order in Excel 2007? Csmith Excel Discussion (Misc queries) 0 July 20th 07 08:52 PM
Changing order of series appearing in the legend on xy scatter plo JacksonRJones Charts and Charting in Excel 1 April 4th 06 11:00 PM


All times are GMT +1. The time now is 06:03 PM.

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

About Us

"It's about Microsoft Excel"