ZoomStyle.FULLCHART does not work

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Johan
Newbie
Newbie
Posts: 4
Joined: Fri Jun 13, 2014 12:00 am

ZoomStyle.FULLCHART does not work

Post by Johan » Tue Aug 26, 2014 8:58 am

I have tried to use the ZoomStyle.FULLCHART option for a 3D surface series but it does not make any difference for the zooming operation, it is still INCHART type zoom.
Also after a quick browse of the source code I could not find any implementation of the ZoomStyle.FULLCHART other than it's declaration in the Zoom class.

Am I missing something or is this an unimplemented feature?

I'm using the 3.2014.0519 vewrsion for SWT

Regards,
Johan

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: ZoomStyle.FULLCHART does not work

Post by Yeray » Tue Aug 26, 2014 9:52 am

Hi Johan,

Zoom.java is a linked unit in TeeChart Java Swing, SWT and Android. But I'm afraid the different ZoomStyle(s) only make sense in Android.
We'll try to see if we can break that link and remove the properties without sense in the according versions.
http://bugs.teechart.net/show_bug.cgi?id=900
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply