0

Is it possible to create a Gannt Chart using MS Chart?

The chart will be created based on data returned from a web service.

We are using ASP.Net MVC. From other posts it appears that MS Chart does not support ASP.Net MVC. If this is the case we can place the chart on a web forms page.

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252

2 Answers2

1

Yep, this is definitely possible. You can for instance use the "Range bar" chart type to create a Gannt chart.

Terje
  • 1,753
  • 10
  • 13
  • If this answers your question, please mark it :) If not, and you need further description, ask away. – Terje Dec 26 '09 at 21:18
0

MS Chart does work with MVC, this has been covered many times here.

See this post: New asp.net charting controls - will they work with MVC (eventually)?

Community
  • 1
  • 1
Lazarus
  • 41,906
  • 4
  • 43
  • 54