Search found 2 matches

by Novus
Thu Aug 21, 2014 5:41 pm
Forum: Java
Topic: ChartMouseListener events error using ZoomStyle.INCHART
Replies: 3
Views: 10892

Re: ChartMouseListener events error using ZoomStyle.INCHART

thanks, I'll try to modify the source code here.
by Novus
Wed Aug 20, 2014 1:56 pm
Forum: Java
Topic: ChartMouseListener events error using ZoomStyle.INCHART
Replies: 3
Views: 10892

ChartMouseListener events error using ZoomStyle.INCHART

Hi, After starting to use the ZoomStyle.INCHART_MULTI im my charts, the ChartMouseListener events stopped working, how can I reuse the backgroundClicked(ChartMouseEvent arg0)) event with this style of zoom? chart.getZoom().setZoomStyle(ZoomStyle.INCHART_MULTI); chart1.addChartMouseListener(new Chart...