Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Fancy stacked bar chart with multiple series
posted

I have a graph in mind that I want to build, and I tried playing around with the samples I got online and from some forum posts, but I ended up not being able to come close to having text on the y-axis with dates on the x-axis and multiple overlapping bars.  It looks like a Gantt chart but I think its different enough that we should be using the WinForms  UltraChart as its base.

Each y-axis label like AJ or D  has two bars in it, a white and a black.  They are supposed to overlap a little bit as you can see at the right of the chart.  

There is a requirement that sometimes these white lines are going to look choppy (i'll post another picture to demonstrate this), so the implementation needs to be flexible enough to handle that.  

Does anyone have any idea how I can build this with the UltraWinChart?  

I am using infragistics v11.2.

Thank you.