What I need is cluster STACED bar graphs. Those examples seem to be
just cluster bars and line charts.
I figured a way to do it by charting all the stacked bar data first and
then adding a new series, changing that to the 2ndary axis, and
changing that chart type to line.
However, the line doesn't plot in the middle of the stacked cluster
bars.
Does anyone have any ideas how to adjust the positioning of the line
part of the graph? Since I only have 2 stacked bars in each cluster,
it seems I'm forced to plot the line with either the 1st or 2nd bar.
Thanks!
(E-Mail Removed) wrote:
> Is there a way to create a cluster stacked bar graph AND a line combo
> graph all in one chart?
>
> My data layout:
>
> Set 1 - Stacked Bar - Showing values A and B
> Set 2 - Stacked Bar - Showing values C and D
> Set 3 - Line graph with line connection
>
> These 3 sets would each be in one category. For example, I would want
> to show Q1 with all 3 sets, Q2 with all 3 sets... etc.
>
> Hope that makes sense. Any ideas?!
>
> Thanks!