-1

I wanted to show bar charts in following way, how can i do this.

http://blogs.msdn.com/blogfiles/alexgor/WindowsLiveWriter/DataBindingMSChartcontrol_10712/image_2.png

Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
  • Have you tried anything? Read some docs? Looked at code samples (http://archive.msdn.microsoft.com/mschart)? – zeFrenchy Sep 06 '12 at 09:51

1 Answers1

1

You'll need to create a chart containing multiple series. For example, there are 6 series in the picture.

You can download a sample project here: http://archive.msdn.microsoft.com/mschart/Release/ProjectReleases.aspx?ReleaseId=4418

Ben
  • 1,853
  • 19
  • 20