Hi!
Here is my question. When drawing a linear chart, for example, "variation of certain parameter vs time", how does ZedGraph behave if the number of points I give to the curve is much bigger that the screen resolution? I assume the performance is reduced since ZedGraph needs to do the subsampling, the question is , is it worth it if I am the one who does the subsampling previous to the AddCurve()? It is probably a matter of testing, but I would like to know developers opinion. Thanks.
I too suffer from this problem. Has anybody looked at inside Zedgraph, or come up with a workaround before the data set is passed to zedgraph?