Search found 2 matches
- Thu Aug 21, 2014 5:41 pm
- Forum: Java
- Topic: ChartMouseListener events error using ZoomStyle.INCHART
- Replies: 3
- Views: 12056
Re: ChartMouseListener events error using ZoomStyle.INCHART
thanks, I'll try to modify the source code here.
- Wed Aug 20, 2014 1:56 pm
- Forum: Java
- Topic: ChartMouseListener events error using ZoomStyle.INCHART
- Replies: 3
- Views: 12056
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...