Hello
I'm trying to have a dropdown menu with a mouse right click on a specific point
but I don't know how to do (Is-it possible to do?)
I use this to draw my points.
CircularBufferDataProvider traceDataProvider = new
CircularBufferDataProvider(false);
traceDataProvider.setBufferSize(size);
traceDataProvider.setCurrentXDataArray(x);
traceDataProvider.setCurrentYDataArray(y);
trace = new Trace("test", xyGraph.getPrimaryXAxis(), xyGraph.getPrimaryYAxis(),
traceDataProvider);
trace.setPointStyle(PointStyle.FILLED_DIAMOND);
trace.setPointSize(10);
trace.setTraceType(TraceType.POINT);
trace.setAntiAliasing(false);
Thanks
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