I am working on a project management application keeping the SCRUM process in mind and need to show a status report in a burn-down chart template, which is more of a one click snapshot of the progress of the project.
My problem is I don't know how to get started. The issues are as follows:
- I need to know what are the values I need to create the chart. Like task no., task description, estimated completion date, actual completion date etc.
- Actual asp.net code(either in vb.net or c#) to use the values and create the chart.
Please help me out on this one. I did some searches on google but could not find any specific examples with code.
Thanks in advance for your help. Best regards.
