Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9
Default Horizontally Banded Chart Background

Hi,
Am following Jon Peltier's tutorial for horizontal colour banding. However
when i convert the line graphs to stacked area type the colouring is not
appearing per the bands its suppossed to reflect.

eg.
i have ranges with upper limits 2.5; 5; 7.5;10 and can only get the band
correct between 0-2.5 ... what am i doing incorrectly?

Lynne


  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Horizontally Banded Chart Background

Do all the bands appear? If not, have you converted all of the band series
to area type? If so, are they simply unfilled? You can format the unfilled
bands to be filled. Or are the band spacings incorrect? Using a stacked area
type, your data must be the difference between bands (i.e., with bands at
2.5, 5, 7.5 and 10, you need four bands 2.5 high).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Hi,
Am following Jon Peltier's tutorial for horizontal colour banding. However
when i convert the line graphs to stacked area type the colouring is not
appearing per the bands its suppossed to reflect.

eg.
i have ranges with upper limits 2.5; 5; 7.5;10 and can only get the band
correct between 0-2.5 ... what am i doing incorrectly?

Lynne



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9
Default Horizontally Banded Chart Background

Jon,
I can manage only 3 bands not 4 and yes I have converted all the bands to
the area type.
The lowest band 0 to 2.5 appears correctly
The next band spans the series 2.5 to 7.5 and not 2.5 to 5.0 and covers
series 5.0
The last band 7.5 to 10 should reflect the data between 10 and 7,5 but
covers series 7.5

2.5; 5.0; 7.5; 10 are upper limits and series names i have used.
Lynne


"Jon Peltier" wrote in message
...
Do all the bands appear? If not, have you converted all of the band series
to area type? If so, are they simply unfilled? You can format the unfilled
bands to be filled. Or are the band spacings incorrect? Using a stacked
area type, your data must be the difference between bands (i.e., with
bands at 2.5, 5, 7.5 and 10, you need four bands 2.5 high).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Hi,
Am following Jon Peltier's tutorial for horizontal colour banding.
However when i convert the line graphs to stacked area type the colouring
is not appearing per the bands its suppossed to reflect.

eg.
i have ranges with upper limits 2.5; 5; 7.5;10 and can only get the band
correct between 0-2.5 ... what am i doing incorrectly?

Lynne





  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Horizontally Banded Chart Background

It sounds like you are stacking the area series, which means you need to
plot the difference between the band's upper limit and the previous band's
upper limit. If you do not do this your bands will plot:

2.5
7.5 = 2.5+5.0
15.0 = 7.5+7.5
25.0 = 15.0+ 10.0

which is what you have, but your Y axis stops at 10, so only part of the
third band and none of the fourth appear.

All four bands should be plotting values of 2.5, so the upper limits a

2.5
5.0 = 2.5+2.5
7.5 = 5.0+2.5
10.0 = 7.5 + 2.5

An alternative way to think of it is you need your values all to be 2.5:

2.5 = 2.5-0.0
2.5 = 5.0-2.5
2.5 = 7.5-5.0
2.5 = 10.0-7.5

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Jon,
I can manage only 3 bands not 4 and yes I have converted all the bands to
the area type.
The lowest band 0 to 2.5 appears correctly
The next band spans the series 2.5 to 7.5 and not 2.5 to 5.0 and covers
series 5.0
The last band 7.5 to 10 should reflect the data between 10 and 7,5 but
covers series 7.5

2.5; 5.0; 7.5; 10 are upper limits and series names i have used.
Lynne


"Jon Peltier" wrote in message
...
Do all the bands appear? If not, have you converted all of the band
series to area type? If so, are they simply unfilled? You can format the
unfilled bands to be filled. Or are the band spacings incorrect? Using a
stacked area type, your data must be the difference between bands (i.e.,
with bands at 2.5, 5, 7.5 and 10, you need four bands 2.5 high).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Hi,
Am following Jon Peltier's tutorial for horizontal colour banding.
However when i convert the line graphs to stacked area type the
colouring is not appearing per the bands its suppossed to reflect.

eg.
i have ranges with upper limits 2.5; 5; 7.5;10 and can only get the band
correct between 0-2.5 ... what am i doing incorrectly?

Lynne







  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9
Default Horizontally Banded Chart Background

Thanks Jon.,

I was doing just what you pointed out. I have now plotted the differences
between the 2 bands and have got it right.
Thanks for your detailed explanation it has been very enlightening..

Lynne

"Jon Peltier" wrote in message
...
It sounds like you are stacking the area series, which means you need to
plot the difference between the band's upper limit and the previous band's
upper limit. If you do not do this your bands will plot:

2.5
7.5 = 2.5+5.0
15.0 = 7.5+7.5
25.0 = 15.0+ 10.0

which is what you have, but your Y axis stops at 10, so only part of the
third band and none of the fourth appear.

All four bands should be plotting values of 2.5, so the upper limits a

2.5
5.0 = 2.5+2.5
7.5 = 5.0+2.5
10.0 = 7.5 + 2.5

An alternative way to think of it is you need your values all to be 2.5:

2.5 = 2.5-0.0
2.5 = 5.0-2.5
2.5 = 7.5-5.0
2.5 = 10.0-7.5

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Jon,
I can manage only 3 bands not 4 and yes I have converted all the bands to
the area type.
The lowest band 0 to 2.5 appears correctly
The next band spans the series 2.5 to 7.5 and not 2.5 to 5.0 and covers
series 5.0
The last band 7.5 to 10 should reflect the data between 10 and 7,5 but
covers series 7.5

2.5; 5.0; 7.5; 10 are upper limits and series names i have used.
Lynne


"Jon Peltier" wrote in message
...
Do all the bands appear? If not, have you converted all of the band
series to area type? If so, are they simply unfilled? You can format the
unfilled bands to be filled. Or are the band spacings incorrect? Using a
stacked area type, your data must be the difference between bands (i.e.,
with bands at 2.5, 5, 7.5 and 10, you need four bands 2.5 high).

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Lynne" wrote in message
...
Hi,
Am following Jon Peltier's tutorial for horizontal colour banding.
However when i convert the line graphs to stacked area type the
colouring is not appearing per the bands its suppossed to reflect.

eg.
i have ranges with upper limits 2.5; 5; 7.5;10 and can only get the
band correct between 0-2.5 ... what am i doing incorrectly?

Lynne









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
Excell Chart Background Wkst Aurora Charts and Charting in Excel 3 February 27th 07 07:35 PM
How to create a floating bar chart vertically not horizontally... Cristina Charts and Charting in Excel 1 June 30th 06 09:45 PM
Background picture behind chart RalphB Charts and Charting in Excel 7 November 17th 05 12:43 PM
exploded pie chart with background picture rvExcelNewTip Charts and Charting in Excel 5 August 1st 05 06:54 PM
Chart with colored background Barb Reinhardt Charts and Charting in Excel 2 July 27th 05 01:07 PM


All times are GMT +1. The time now is 09:23 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"