Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 17
Default Label Max Value on Secondary Y-Axis Stacked Column

Hello,

I have a stacked column chart (made to appear as a thermometer), so the
primary Y (along the left) displays in increments of 10%, with 100% displayed
at the top of the thermometer. Fine. The secondary Y-axis is based on
values, the maximum being 138. I'd like '138' to appear at the top (opposite
'100%') but it's precluded from doing so--the ticks on the chart are in
increments of 20, so the last number displayed is 120. I'd like to keep
those increments, but just force a '138' to appear next to a tick at the top
of that Y-axis scale. Is this do-able?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Label Max Value on Secondary Y-Axis Stacked Column

Instead of an official secondary axis, I would use a dummy XY series for the
values along the right edge of the chart. In addition to the ticks spaced 20
units apart, I'd also add one at the maximum value. See these examples:

http://peltiertech.com/Excel/Charts/...tml#AxisScales

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


"Rutabaga" wrote in message
...
Hello,

I have a stacked column chart (made to appear as a thermometer), so the
primary Y (along the left) displays in increments of 10%, with 100%
displayed
at the top of the thermometer. Fine. The secondary Y-axis is based on
values, the maximum being 138. I'd like '138' to appear at the top
(opposite
'100%') but it's precluded from doing so--the ticks on the chart are in
increments of 20, so the last number displayed is 120. I'd like to keep
those increments, but just force a '138' to appear next to a tick at the
top
of that Y-axis scale. Is this do-able?



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 17
Default Label Max Value on Secondary Y-Axis Stacked Column

Hi and Thank you, Jon,

Can I do this with a stacked column? I'm not sure how to get the Y values
to line straight up the right axis the way you did with those values on the
left in the intriguing examples at your site. Should I start with a
different chart type to begin with? Many thanks,

Luke

"Jon Peltier" wrote:

Instead of an official secondary axis, I would use a dummy XY series for the
values along the right edge of the chart. In addition to the ticks spaced 20
units apart, I'd also add one at the maximum value. See these examples:

http://peltiertech.com/Excel/Charts/...tml#AxisScales

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


"Rutabaga" wrote in message
...
Hello,

I have a stacked column chart (made to appear as a thermometer), so the
primary Y (along the left) displays in increments of 10%, with 100%
displayed
at the top of the thermometer. Fine. The secondary Y-axis is based on
values, the maximum being 138. I'd like '138' to appear at the top
(opposite
'100%') but it's precluded from doing so--the ticks on the chart are in
increments of 20, so the last number displayed is 120. I'd like to keep
those increments, but just force a '138' to appear next to a tick at the
top
of that Y-axis scale. Is this do-able?




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Label Max Value on Secondary Y-Axis Stacked Column

Hi,

Add a new series to the chart via the Source Data dialog.
Select this series and move to the secondary axis.
Change the chart type to xy-scatter.
Now go back to the Source data dialog and use the values
X: =1.5
Y: =138

The apply data labels to the series, which should be in the top right hand
corner of your chart.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Rutabaga" wrote in message
...
Hi and Thank you, Jon,

Can I do this with a stacked column? I'm not sure how to get the Y values
to line straight up the right axis the way you did with those values on
the
left in the intriguing examples at your site. Should I start with a
different chart type to begin with? Many thanks,

Luke

"Jon Peltier" wrote:

Instead of an official secondary axis, I would use a dummy XY series for
the
values along the right edge of the chart. In addition to the ticks spaced
20
units apart, I'd also add one at the maximum value. See these examples:

http://peltiertech.com/Excel/Charts/...tml#AxisScales

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


"Rutabaga" wrote in message
...
Hello,

I have a stacked column chart (made to appear as a thermometer), so the
primary Y (along the left) displays in increments of 10%, with 100%
displayed
at the top of the thermometer. Fine. The secondary Y-axis is based on
values, the maximum being 138. I'd like '138' to appear at the top
(opposite
'100%') but it's precluded from doing so--the ticks on the chart are in
increments of 20, so the last number displayed is 120. I'd like to
keep
those increments, but just force a '138' to appear next to a tick at
the
top
of that Y-axis scale. Is this do-able?





  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 17
Default Label Max Value on Secondary Y-Axis Stacked Column

Bee-YOO-tiful. Now I see what you guys are talking about, but I would never
have gotten it on my own.

Thanks to you both.

With gratitude inversely proportional to my ability to figure this stuff out,

Luke

"Andy Pope" wrote:

Hi,

Add a new series to the chart via the Source Data dialog.
Select this series and move to the secondary axis.
Change the chart type to xy-scatter.
Now go back to the Source data dialog and use the values
X: =1.5
Y: =138

The apply data labels to the series, which should be in the top right hand
corner of your chart.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Rutabaga" wrote in message
...
Hi and Thank you, Jon,

Can I do this with a stacked column? I'm not sure how to get the Y values
to line straight up the right axis the way you did with those values on
the
left in the intriguing examples at your site. Should I start with a
different chart type to begin with? Many thanks,

Luke

"Jon Peltier" wrote:

Instead of an official secondary axis, I would use a dummy XY series for
the
values along the right edge of the chart. In addition to the ticks spaced
20
units apart, I'd also add one at the maximum value. See these examples:

http://peltiertech.com/Excel/Charts/...tml#AxisScales

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


"Rutabaga" wrote in message
...
Hello,

I have a stacked column chart (made to appear as a thermometer), so the
primary Y (along the left) displays in increments of 10%, with 100%
displayed
at the top of the thermometer. Fine. The secondary Y-axis is based on
values, the maximum being 138. I'd like '138' to appear at the top
(opposite
'100%') but it's precluded from doing so--the ticks on the chart are in
increments of 20, so the last number displayed is 120. I'd like to
keep
those increments, but just force a '138' to appear next to a tick at
the
top
of that Y-axis scale. Is this do-able?




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
Stacked/clustered column graph with secondary y axis [email protected] Charts and Charting in Excel 0 March 15th 07 02:57 PM
Stacked Column with Secondary Axis Mallik Rao Charts and Charting in Excel 1 March 6th 07 11:36 AM
Double-stacked Bar Chart WITH a Secondary Y Axis Line chart? lpenndorf Charts and Charting in Excel 1 February 7th 07 04:32 PM
Stacked bar for multiple series + secondary axis gilbertcn Charts and Charting in Excel 2 October 25th 05 08:01 AM
Stacked Bar Chart with Secondary Axis Benjamin B Charts and Charting in Excel 7 May 15th 05 04:00 AM


All times are GMT +1. The time now is 11:50 PM.

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"