I'm having trouble figuring out how to get this simple operation to work.
LineItem Curve = Pane.AddCurve(Name,Data,Color.blue,SymbolType.Diamond);
zgc.Refresh();
Now how do I remove the curve I just added?
Pane.CurveList.Remove()?' If so, how can I set an object equal to an existing curve to use as a parameter of method Remove()?