Have gotten a lot of good info here, but first time asking a question.
I have multiple charts which I would like to have aligned vertically on a report. For 3 of the 4 of the charts, this is no issue as I have just added multiple chart areas to one chart and aligned. x-axis on plot is time, and for simplicity sake,
lets say vertical value on main plot is RunningSum of the amount produced at each time.
However, one chart I want needs to have a series grouping which is causing my issue.
What I am trying to do is along the bottom of the amount produced chart, I am trying to show who was operating at the time. I am doing this by using Count[operator] on each category group (time)which always evaluates to 1, and series grouping by operator so each operator is displayed as a different color.
I have each of the plots working correctly in different charts (One chart with 3 areas for ungrouped plots) and one chart (column or area works) for the plot grouped by operator. I REALLY need these to be aligned vertically so it is easy to see who was working when.
Is there a reasonable way to add this "grouped" chart to the other chart areas? Is there a workaround?
Thanks in advance. MSDN doesn't seem to want to verify my account, so I will try to follow up with an image of what I am looking for.