I am currently working on a c# wpf project where I want to display a chart to the user. I’m using WPF C# .net 4 and using the built in chart library but I can’t find anything about the type of chart I want it to use. A screen shot below is the type of chart that I am looking for.
I have a single column chart working I.e. one bar for each month instead of being able to have 2 more columns per a month.
Thanks for any help you can provide
You have the right chart, you just need to add another series :