Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lin Lin is offline
external usenet poster
 
Posts: 10
Default Data Series in a Stacked Bar

I'm a new user and this is my first posting. Any suggestions will be greatly
appreciated.

I've created a stacked bar chart with totals at the top of each bar. In
the totals area, only the Data Labels are visible. No patterns or borders
are showing, and that was intentional. The downside is that I can no longer
select the Data Series to make changes to it (such as adding a Series Line).
How can I change this so the Data Series is visible again?

Thanks in advance,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default Data Series in a Stacked Bar

Lin,

Select the chart. Run this macro. Substitute the number of the top series. It will select
the series. Then use Format - Series from the menu bar.

Sub Macro1()
ActiveChart.SeriesCollection(3).Select
End Sub
--
Earl Kiosterud
www.smokeylake.com

Note: Top-posting has been the norm here.
Some folks prefer bottom-posting.
But if you bottom-post to a reply that's
already top-posted, the thread gets messy.
When in Rome...
-----------------------------------------------------------------------
"Lin" wrote in message
...
I'm a new user and this is my first posting. Any suggestions will be greatly
appreciated.

I've created a stacked bar chart with totals at the top of each bar. In
the totals area, only the Data Labels are visible. No patterns or borders
are showing, and that was intentional. The downside is that I can no longer
select the Data Series to make changes to it (such as adding a Series Line).
How can I change this so the Data Series is visible again?

Thanks in advance,



  #3   Report Post  
Posted to microsoft.public.excel.misc
Lin Lin is offline
external usenet poster
 
Posts: 10
Default Data Series in a Stacked Bar

Thanks Earl, it worked perfectly!
I appreciate your help!

"Earl Kiosterud" wrote:

Lin,

Select the chart. Run this macro. Substitute the number of the top series. It will select
the series. Then use Format - Series from the menu bar.

Sub Macro1()
ActiveChart.SeriesCollection(3).Select
End Sub
--
Earl Kiosterud
www.smokeylake.com

Note: Top-posting has been the norm here.
Some folks prefer bottom-posting.
But if you bottom-post to a reply that's
already top-posted, the thread gets messy.
When in Rome...
-----------------------------------------------------------------------
"Lin" wrote in message
...
I'm a new user and this is my first posting. Any suggestions will be greatly
appreciated.

I've created a stacked bar chart with totals at the top of each bar. In
the totals area, only the Data Labels are visible. No patterns or borders
are showing, and that was intentional. The downside is that I can no longer
select the Data Series to make changes to it (such as adding a Series Line).
How can I change this so the Data Series is visible again?

Thanks in advance,




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 chart with 2 series coastal Charts and Charting in Excel 1 June 20th 07 07:19 PM
Data series label in Stacked Chart Connie Charts and Charting in Excel 0 March 13th 07 07:12 AM
How to do a side by side stacked bar graph using 4 data series? Charting Charts and Charting in Excel 1 December 15th 06 02:06 PM
Disruption of order of data series in 100% stacked charts Sylvain Charts and Charting in Excel 4 September 21st 06 01:38 AM
How do I set up a stacked chart with different series for each bar Virent Charts and Charting in Excel 3 December 10th 05 04:50 PM


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