PC Review


Reply
Thread Tools Rate Thread

Disappearing Chart Axis

 
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      13th Sep 2005
Hi

I have posted this problem before as Dynamic Bar Chart Category Axis
Problem, but the search engine wouldn't pick it up and I'm assuming that's
why I got no response. So here goes again....

I have created a dynamic bar chart (roughly based on Stephen Bullen's
funchrt4). The number of categories can range from 2 to about 50 and ideally
I
would like the category axis names font to be Arial 10 at least.
When the number of categories gets towards 50, the category axis names
disappear altogether and the only way I have found to retrieve them is to
manually reduce the font size to about 7 (dependent on the level of the
zoom). This font size is excessively small for the majority of charts.
Is there any way to get Excel2002 to keep the category axis names in all
circumstances without reducing them all to a very small font size?

--
Thanks

Richard
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Ymo=?=
Guest
Posts: n/a
 
      13th Sep 2005
Probably the reason you got no answers is that no-one knew an easy solution.
I have seen similar questions several times, but have not seen a good
solution.
What I have ended up doing in this case is pasting a table on its side to
make it appear as a catagory list. This is definately not convenient.
I have also used a secondary axis and set it up to print every other label
on each.
formating was an issue

"Richard" wrote:

> Hi
>
> I have posted this problem before as Dynamic Bar Chart Category Axis
> Problem, but the search engine wouldn't pick it up and I'm assuming that's
> why I got no response. So here goes again....
>
> I have created a dynamic bar chart (roughly based on Stephen Bullen's
> funchrt4). The number of categories can range from 2 to about 50 and ideally
> I
> would like the category axis names font to be Arial 10 at least.
> When the number of categories gets towards 50, the category axis names
> disappear altogether and the only way I have found to retrieve them is to
> manually reduce the font size to about 7 (dependent on the level of the
> zoom). This font size is excessively small for the majority of charts.
> Is there any way to get Excel2002 to keep the category axis names in all
> circumstances without reducing them all to a very small font size?
>
> --
> Thanks
>
> Richard

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      13th Sep 2005
If you have Excel 2000 or later, double click on the axis, and on the
scale tab, type a 1 next to 'Number of categories between tick mark labels'.

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


Richard wrote:

> Hi
>
> I have posted this problem before as Dynamic Bar Chart Category Axis
> Problem, but the search engine wouldn't pick it up and I'm assuming that's
> why I got no response. So here goes again....
>
> I have created a dynamic bar chart (roughly based on Stephen Bullen's
> funchrt4). The number of categories can range from 2 to about 50 and ideally
> I
> would like the category axis names font to be Arial 10 at least.
> When the number of categories gets towards 50, the category axis names
> disappear altogether and the only way I have found to retrieve them is to
> manually reduce the font size to about 7 (dependent on the level of the
> zoom). This font size is excessively small for the majority of charts.
> Is there any way to get Excel2002 to keep the category axis names in all
> circumstances without reducing them all to a very small font size?
>

 
Reply With Quote
 
=?Utf-8?B?UmljaGFyZA==?=
Guest
Posts: n/a
 
      15th Sep 2005
Thanks for the responses

The 'Number of categories between tick mark labels' was set at 1.
The problem would seem to be that the amount of space for the text is
dependent on the height of the bars in the chart. More bars means smaller
bars and less space for each line of text. When the available height is too
small to fit in the font, the axis labels disappear altogether.
The solutions could be to do something along the lines that BJ had tried, to
turn off some function of Excel, or to use VBA to point to some calculated
value.
I would be interested to hear your thoughts.
--
Thanks

Richard


"Jon Peltier" wrote:

> If you have Excel 2000 or later, double click on the axis, and on the
> scale tab, type a 1 next to 'Number of categories between tick mark labels'.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
> Richard wrote:
>
> > Hi
> >
> > I have posted this problem before as Dynamic Bar Chart Category Axis
> > Problem, but the search engine wouldn't pick it up and I'm assuming that's
> > why I got no response. So here goes again....
> >
> > I have created a dynamic bar chart (roughly based on Stephen Bullen's
> > funchrt4). The number of categories can range from 2 to about 50 and ideally
> > I
> > would like the category axis names font to be Arial 10 at least.
> > When the number of categories gets towards 50, the category axis names
> > disappear altogether and the only way I have found to retrieve them is to
> > manually reduce the font size to about 7 (dependent on the level of the
> > zoom). This font size is excessively small for the majority of charts.
> > Is there any way to get Excel2002 to keep the category axis names in all
> > circumstances without reducing them all to a very small font size?
> >

>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      15th Sep 2005
Nope, if you can't find it in the UI, it isn't there in VBA either. You
can try replacing the regular axis with textbox labels, which can be
done manually or via VBA, and VBA takes the tedium out of it.

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


Richard wrote:

> Thanks for the responses
>
> The 'Number of categories between tick mark labels' was set at 1.
> The problem would seem to be that the amount of space for the text is
> dependent on the height of the bars in the chart. More bars means smaller
> bars and less space for each line of text. When the available height is too
> small to fit in the font, the axis labels disappear altogether.
> The solutions could be to do something along the lines that BJ had tried, to
> turn off some function of Excel, or to use VBA to point to some calculated
> value.
> I would be interested to hear your thoughts.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding second data point on primary axis of two axis chart Al Charbonneau Microsoft Excel Charting 1 9th Dec 2009 11:49 PM
TO CREATE A LINE CHART WITH RATE IN Y AXIS & REAL TIME IN X AXIS =?Utf-8?B?dmlqYWljYmU=?= Microsoft Excel Charting 4 9th Nov 2006 10:16 AM
How to place a secondary y axis bar in a bar chart next to two primary y axis bars? Dmitry Microsoft Excel Discussion 1 4th May 2006 01:58 AM
How to place a secondary y axis bar in a bar chart next to two primary y axis bars? Dmitry Microsoft Excel Misc 3 4th May 2006 01:58 AM
Pivot Table, Line Chart with Secondary Y axis, Page Field selection destroys Y2 axis mw210461@yahoo.com Microsoft Excel Charting 0 13th Jul 2005 09:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:17 AM.