View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Chart with VB programming?

Hi,

The answer is this can be done but will probably require VBA.

Check out Jon's site, I think he does something with this:

http://www.google.com/custom?hl=en&s...o xes&spell=1

I wrote a chapter in an Excel book on this but it's probably out of print.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Sri" wrote:

Hello,

I have a stacked chart with 4 different types of metrics on the Y axis and
the timeline on X axis. I simplified this by breaking this up into 4
different charts.

Alternately, I would like to have a single graph where the timeline remains
unchanged. I then would have 2 dropdown boxes, the first one should help in
choosing which metric I would like to show and the second dropdown should
help if I would like to show the metric in actual numbers or as a percentage.

Is there way I can achieve this? Any help is greatly appreciated.

Sri.