View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Balaji Viswanath Balaji Viswanath is offline
external usenet poster
 
Posts: 1
Default Bar within a bar

Hi everyone,

Want to draw a bar chart where 2nd row values should be drawn within the 1st
row values.

Given below the data:
Dec'07: 24.5 (1st row) 17.45 (2nd row)
Feb'08: 30.5 (1st row) 15.3 (2nd row)
Jun'08: 24.25 (1st row) 14.27 (2nd row)

By default, 24.5 is getting sumed up with 17.45 or otherwise I am getting as
two separte bar. Instead I require 24.5 and within it I want 17.45.

Could you please tell whether it's possible and if yes, how to achive it.

Thanks in advance.