How can I modify an existing line/curve in a ZedGraphControl's GraphPane?
I use the following to get the data for that line:
CurveList lineData = zgcControl.GraphPane.CurveList[i];
But I am stumped on what to do with the CurveList after that. I want to modify the contents of the curvelist but I do not know how.
Any help with this? Thanks!