How can I plot multiple pie charts with different values in the same window using MS Chart control?
Printable View
How can I plot multiple pie charts with different values in the same window using MS Chart control?
I think you just vary the 'Row' value, ie each row is a pie chart, I only have had to use 1 pie chart at a time though
Pie_form.Pie.Row = 1
Hope this is of help