thx for the fix! My question for the moment is, how am I able to download this maintenance release? I can't find it in my download area, it's really urgent. I hope you can help me.
Hi Yeray, thx for reply. I use absolutely the same/newest version as you. Maybe you didn't reproduce it in the way I described it. :wink: The code I attached, you should use in the following manner. 1) Start the TeeChart SWT Application by running the attached code. 2) Zoom into the Chart 3) press t...
To reproduce the ArrayIndexOutOfBoundsException, following actions have to be done:
Create a chart and e.g. add a line. Then zoom into and afterwards create a custom axis. Now if you unzoom an ArrayIndexOutOfBoundsException will be thrown.
As an attachment I add a code example.