I am using the XYGraph from the Nebula Visualization Widgets. In my program, I can add traces to the graph but I can't really manage to remove the traces correctly.
For example, I am trying to clear all traces from the graph by iterating over my collection of traces and using xyGraph.removeTrace(trace). This seems to remove the traces from the graph since they are no longer visible, but in the same time it corrupts the graph. It seems like some kind of old trace data are left in the graph, because when I press the button "Perform Auto Scale" on my graph view, it includes the empty space where the removed traces were last visible.
How can I remove the traces completly from the graph? Is there some way to
refresh the XYGraph that will remove the old trace data?
Thank you in advanced!
To participate in the discussion, go here:
https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________
nebula-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev