How do I create a chart where there are two Y axis and the bars ar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create a chart where there are two Y axis and the bars are side by
side. I created one and used overlapping, but it puts the bars on top of
each other as opposed to side by side...
 
the simplest solution is to actually plot 4 series 2 for each axis
set the data in the first for one axis to zero and the data for the second
to zero for the other axis.
 
Back
Top