scroll/zoom xy chart

F

frankpapp

using the stephen bullen scroll/zoom barchart example, i'd like to do
the same with an xy scatter chart, with 12 columns of data. I can get
my graph working per the bullen example for 1 column of data; how do i
expand the scroll and zoom to accommodate 12 columns of data ??
 
K

Kelly O'Day

Frank:

I would not add 12 Y variables to one chart, it will be very difficult to
interpret.

To add additional Y variables, just create new dynamic range name (say
Chty1), using similar Offset formula to what Steve used

=Offset(Chtx,0,col_offset,,)

Since the 3rd entry (col_offset) in the Offset formula is the number of
columns to offset, you can build as many dynamic range names as you like.

Once you have the new dynamic name ranges, you can add the new series to
your chart, using dynamic range names for series X and Y values.

Kelly O'Day

http://processtrends.com
 
F

frank

Frank:

I would not add 12 Y variables to one chart, it will be very difficult to
interpret.

To add additional Y variables, just create new dynamic range name (say
Chty1), using similar Offset formula to what Steve used

=Offset(Chtx,0,col_offset,,)

Since the 3rd entry (col_offset) in the Offset formula is the number of
columns to offset, you can build as many dynamic range names as you like.

Once you have the new dynamic name ranges, you can add the new series to
your chart, using dynamic range names for series X and Y values.

Kelly O'Day

http://processtrends.com










- Show quoted text -

thanks; works great
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top