I havent been able to find very much in the way of examples for Reporting Services, so I am hoping someone might be able to help me out here.
I am trying to recreate a chart that I created in Excel. Its a stacked bar chart, with a trendline running along the bottom of the X's in the below graph. It also has two horizontal cut-off lines (to depict instances where the bars are above/below a certain threshold).
It looks something like the following...
In my Excel version, the X bar is always one color (black), the Y another (gray).
Any ideas on how I could accomplish this? Any resources that I could be pointed to?
I am trying to recreate a chart that I created in Excel. Its a stacked bar chart, with a trendline running along the bottom of the X's in the below graph. It also has two horizontal cut-off lines (to depict instances where the bars are above/below a certain threshold).
It looks something like the following...
Code:
10 |
| Y
8 | XY
| X
6 | Y XY
| XY XY XY
4 | X XY XY Y
| XY XY XY
2 | XY
|
-----------------
A B C D E
In my Excel version, the X bar is always one color (black), the Y another (gray).
Any ideas on how I could accomplish this? Any resources that I could be pointed to?