Search found 5 matches

by pratiksheth1991
Wed Feb 08, 2017 10:56 pm
Forum: JFreeChart
Topic: Rotation for jfree chart
Replies: 1
Views: 2608

Rotation for jfree chart

Anybody has idea how to rotate wafermap chart by 90 degree. I want to achieve rotation at 0,90, 270 and 360 degree on button click event.
by pratiksheth1991
Tue Jan 31, 2017 5:33 pm
Forum: JFreeChart
Topic: Chip Selection on mouseclick wafermap chart
Replies: 3
Views: 3860

Re: Chip Selection on mouseclick wafermap chart

Is there any way I can create layer above wafer map chart which can works similar to selecting chip? or draw something?
(javafx canvas have such possibilities to do so)
by pratiksheth1991
Mon Jan 30, 2017 9:58 pm
Forum: JFreeChart
Topic: Chip Selection on mouseclick wafermap chart
Replies: 3
Views: 3860

Chip Selection on mouseclick wafermap chart

Hi,
I want to select(change the color of chip too) chip on mouse click event on wafer map and put some text/labels on the selection of chip. Anyone can please help how to do that?
by pratiksheth1991
Fri Oct 07, 2016 7:32 am
Forum: JFreeChart
Topic: Wafermap chart zoom in - out not working
Replies: 3
Views: 4682

Re: Wafermap chart zoom in - out not working

"The ChartPanel zooming mechanism relies on the plot implementing the Zoomable interface, which WaferMapPlot doesn't. The Zoomable interface is oriented towards plots with x and y axes, which doesn't exactly match the WaferMapPlot but you could probably assume some virtual axes and adjust the plot d...
by pratiksheth1991
Thu Oct 06, 2016 10:04 am
Forum: JFreeChart
Topic: Wafermap chart zoom in - out not working
Replies: 3
Views: 4682

Wafermap chart zoom in - out not working

Hi Dave, as per our twitter conversation , Please help what's wrong my code is doing. Zoom is not reflecting in UI on mouse wheel event. public static void main(String[] args) { launch(args); } @Override public void start(Stage stage) { stage.setTitle("RAMP - JVShell Test Visualizer"); scene.setFill...