Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

Seek Charting Tip

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
gimme_this_gimme_that@yahoo.com - 21 Mar 2006 22:13 GMT
Hi,

I need an XL Charting tip ...

I have an example of what is working for me - and an example where I
need help.

The point of the first example is to give an indication of the tip I
need.

'''''  What Works Great '''''''

I have the following data in a worksheet

rr  bb  60
   bb  80
dd  cc  90
   cc  100

Where using the Chart Wizard generates a footer that looks like this :

| bb | rr | cc | cc |
|   rr    |   dd    |

Which works great.

'''''  Where I Need Help ''''''

When the data in the worksheet looks like this (singleton case)

rr bb 60

Using the Chart Wizard generates a footer that looks like this :

1

I want it to be consistent with the great-working example and to look
like this:

| bb |
| rr |

'''''''''''

Suggestions?

I'm building the Charts with VBA so a VBA solution is OK.

Thanks.
Andy Pope - 21 Mar 2006 22:25 GMT
Hi,

Would appear that you need at least 2 data points for the chart to give
you the double axis labels.
If you only have a single point you could fake it by using the following
formula ="bb" & char(10) & "rr"
in a single cell as the axis labels.

Cheers
Andy

> Hi,
>
[quoted text clipped - 45 lines]
>
> Thanks.

Signature

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.