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

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -