I would like to create a main overview chart with asp:chart control, like this:

Instead of Andrew, etc. it would be fiscal years (2009, 2010, 2011, etc.) and the products would be the 4 types of costs.
But how do I do this with a list of custom objects that are contstructed like this:
List< Cost_cost > listOfCosts
-
Cost
- Type (can be one of four types)
- Amount (float)
- Fiscal Year
Anybody got a link or tips on how to handle this?
Found a solution, it’s partialy hard coded, i.e., the types of costs but since it needs to be uploaded by the day after tomorrow, it’ll do.
The following code of course is after I created Chart1, the mainlegend and area and some styling stuff: