Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9
Default Data Labels, Error Bars, and Dynamic Charting

I'm currently working to try to automate a process in which I have a steadily
growing list of values that are graphed, then assigned varying degrees of
error. I limit the list of values shown in the graph so my graph isn't
overloaded with information. These charts need 'lab codes', which are unique
2 letter designations, placed into them so that they are above the original
point and the error bars. I'm not very good at programming and am using
Appspro's Data labeler, but need to be able to call this add-in during the
automation. I'm not sure how to call this or if I need to just write a new
sub routine, but want to call this, automatically chose the area graphed, and
then move the labels above their respective error bars.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Data Labels, Error Bars, and Dynamic Charting

Instead of needing the Labeler during automation, you should set up an
invariant range for the labels. Make the range larger than you think
you'll ever need, so for example if you think you'll need 50 labels, use
H1:H100 for these labels. Then make your chart using 100 dummy data
points. Use the Labeler to assign the labels in H1:H100 to the series.

Your automation now should change the contents of H1:H100 as it changes
the data in the source data range. It might be more convenient to use
ranges for chart data like the range used for labels.

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



Rcarper wrote:
I'm currently working to try to automate a process in which I have a steadily
growing list of values that are graphed, then assigned varying degrees of
error. I limit the list of values shown in the graph so my graph isn't
overloaded with information. These charts need 'lab codes', which are unique
2 letter designations, placed into them so that they are above the original
point and the error bars. I'm not very good at programming and am using
Appspro's Data labeler, but need to be able to call this add-in during the
automation. I'm not sure how to call this or if I need to just write a new
sub routine, but want to call this, automatically chose the area graphed, and
then move the labels above their respective error bars.

Thank you

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
Dynamic Error Bars A.Geeraert Charts and Charting in Excel 1 March 31st 08 09:18 AM
Use "labels in Formulas" for dynamic charting [email protected] Charts and Charting in Excel 1 March 10th 08 12:03 AM
Dynamic Charting Question re data PS Charts and Charting in Excel 4 September 20th 06 05:44 PM
Dynamic Charting - User Selected Data Lines mikluk Charts and Charting in Excel 1 December 1st 05 12:26 AM
Charting with dynamic data Jon Charts and Charting in Excel 5 February 18th 05 01:51 AM


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