Check this site from MSDN for a very complete set of examples on how to use msChart.

What I would do is to have one msChart and add ChartAreas to it as you add new items. Or you could reuse them if you are going to have a large amount of items. You could then set the chartareas visibility to select the ones you want visible. Check the examples, there's a lot in there.