Thanks, I've managed doing that by creating an ObservableCollection<LineSeries> and then with a foreach loop I update when it's needed. (I can't do the same as you because I don't know how many Series there will be: the user will be reading a file and he must be able to "add" any number of lines to the plot for comparing them).
↧