Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Multi-level Category Axis Fails with 100 rows of data

I'm having the same problem as posted on a few sites, one of which is below.
Is there any workaround, or plan to resolve this in the current version? Any
help appreciated.

http://www.tech-archive.net/Archive/.../msg00281.html

In my scenario, I'm building a Gantt chart style Promotional Calendar
organized by brand and then promotion name. The calendar can often have more
than 100 data points in larger markets. I've built a Gantt chart off of a
pivot table, with some VBA code to mimic functionality you'd get from slicers
in excel 2010 to let people filter the chart. It's pretty lame that the
chart just drops labels when you get over 100 data points, and not something
I can easily convey to an end user.

Thanks.
Ivano
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Multi-level Category Axis Fails with 100 rows of data

This is a characteristic (I almost said "feature") of Excel 2007. I
don't know too much you can do about it. You could add an XY series,
with a point where every label should go, and apply labels to each point
using either one of the built-in options ("category" or "value") or
using Rob Bovey's Chart Labeler (free from http://appspro.com).

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 4/13/2010 10:48 AM, Ivano Harris wrote:
I'm having the same problem as posted on a few sites, one of which is below.
Is there any workaround, or plan to resolve this in the current version? Any
help appreciated.

http://www.tech-archive.net/Archive/.../msg00281.html

In my scenario, I'm building a Gantt chart style Promotional Calendar
organized by brand and then promotion name. The calendar can often have more
than 100 data points in larger markets. I've built a Gantt chart off of a
pivot table, with some VBA code to mimic functionality you'd get from slicers
in excel 2010 to let people filter the chart. It's pretty lame that the
chart just drops labels when you get over 100 data points, and not something
I can easily convey to an end user.

Thanks.
Ivano

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Multi-level Category Axis Fails with 100 rows of data

I opened a ticket with MS, they pointed me to the following hotfix, which I
installed on a Win7 box and seems to have fixed my problem. Having issues
installing it on a winxp box, but once I do I'll let you know how that worked
as well. Here's the fix link, let me know what you find. Thanks.
Ivano

http://support.microsoft.com/default...b;EN-US;977031

"Jon Peltier" wrote:

This is a characteristic (I almost said "feature") of Excel 2007. I
don't know too much you can do about it. You could add an XY series,
with a point where every label should go, and apply labels to each point
using either one of the built-in options ("category" or "value") or
using Rob Bovey's Chart Labeler (free from http://appspro.com).

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 4/13/2010 10:48 AM, Ivano Harris wrote:
I'm having the same problem as posted on a few sites, one of which is below.
Is there any workaround, or plan to resolve this in the current version? Any
help appreciated.

http://www.tech-archive.net/Archive/.../msg00281.html

In my scenario, I'm building a Gantt chart style Promotional Calendar
organized by brand and then promotion name. The calendar can often have more
than 100 data points in larger markets. I've built a Gantt chart off of a
pivot table, with some VBA code to mimic functionality you'd get from slicers
in excel 2010 to let people filter the chart. It's pretty lame that the
chart just drops labels when you get over 100 data points, and not something
I can easily convey to an end user.

Thanks.
Ivano

.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Multi-level Category Axis Fails with 100 rows of data

As a follow-up, I got the WinXP hotfix installed and it resolved the problem
there as well. In addition to resolving the missing labels when there are
over 100 data points, the multi-level labels are much cleaner in general now
and seem to fit better within the tick marks than they did before.

"Ivano Harris" wrote:

I opened a ticket with MS, they pointed me to the following hotfix, which I
installed on a Win7 box and seems to have fixed my problem. Having issues
installing it on a winxp box, but once I do I'll let you know how that worked
as well. Here's the fix link, let me know what you find. Thanks.
Ivano

http://support.microsoft.com/default...b;EN-US;977031

"Jon Peltier" wrote:

This is a characteristic (I almost said "feature") of Excel 2007. I
don't know too much you can do about it. You could add an XY series,
with a point where every label should go, and apply labels to each point
using either one of the built-in options ("category" or "value") or
using Rob Bovey's Chart Labeler (free from http://appspro.com).

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 4/13/2010 10:48 AM, Ivano Harris wrote:
I'm having the same problem as posted on a few sites, one of which is below.
Is there any workaround, or plan to resolve this in the current version? Any
help appreciated.

http://www.tech-archive.net/Archive/.../msg00281.html

In my scenario, I'm building a Gantt chart style Promotional Calendar
organized by brand and then promotion name. The calendar can often have more
than 100 data points in larger markets. I've built a Gantt chart off of a
pivot table, with some VBA code to mimic functionality you'd get from slicers
in excel 2010 to let people filter the chart. It's pretty lame that the
chart just drops labels when you get over 100 data points, and not something
I can easily convey to an end user.

Thanks.
Ivano

.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Multi-level Category Axis Fails with 100 rows of data

I went back and tested this on my setup, which is Excel 2007 SP2 in a VM
running Win XP SP3. I have not consciously installed the hotfix. It may
have been done by MS Update, but it was not listed in Add/Remove Programs.

There was no trouble displaying up to almost 200 labels (as far as I went).

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 4/15/2010 9:00 AM, Ivano Harris wrote:
As a follow-up, I got the WinXP hotfix installed and it resolved the problem
there as well. In addition to resolving the missing labels when there are
over 100 data points, the multi-level labels are much cleaner in general now
and seem to fit better within the tick marks than they did before.

"Ivano Harris" wrote:

I opened a ticket with MS, they pointed me to the following hotfix, which I
installed on a Win7 box and seems to have fixed my problem. Having issues
installing it on a winxp box, but once I do I'll let you know how that worked
as well. Here's the fix link, let me know what you find. Thanks.
Ivano

http://support.microsoft.com/default...b;EN-US;977031

"Jon Peltier" wrote:

This is a characteristic (I almost said "feature") of Excel 2007. I
don't know too much you can do about it. You could add an XY series,
with a point where every label should go, and apply labels to each point
using either one of the built-in options ("category" or "value") or
using Rob Bovey's Chart Labeler (free from http://appspro.com).

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 4/13/2010 10:48 AM, Ivano Harris wrote:
I'm having the same problem as posted on a few sites, one of which is below.
Is there any workaround, or plan to resolve this in the current version? Any
help appreciated.

http://www.tech-archive.net/Archive/.../msg00281.html

In my scenario, I'm building a Gantt chart style Promotional Calendar
organized by brand and then promotion name. The calendar can often have more
than 100 data points in larger markets. I've built a Gantt chart off of a
pivot table, with some VBA code to mimic functionality you'd get from slicers
in excel 2010 to let people filter the chart. It's pretty lame that the
chart just drops labels when you get over 100 data points, and not something
I can easily convey to an end user.

Thanks.
Ivano
.

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
Multi-Level Category Labels Jared Charts and Charting in Excel 1 December 4th 09 12:22 AM
Multi-level Category Axis Fails with 100 rows of data jonS Charts and Charting in Excel 0 July 31st 09 07:04 PM
Multi-level Category Axis Fails with 100 rows of data V Charts and Charting in Excel 2 July 31st 09 03:36 PM
Multi level category labels Tigerxxx Excel Discussion (Misc queries) 0 July 31st 09 07:28 AM
Multi-Level Category Gridlines GS80 Charts and Charting in Excel 3 January 24th 08 02:47 PM


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