c# - Copy Chart Series Data To Another Chart -


i have chart using chart control has 4 series bunch of lines.

how copy series second chart? problematically of course.

i haven't tried this, think can this:

foreach (var series in sourcechart.series)     destinationchart.series.add(series); 

Comments