Problem with setting zoom style to ZoomStyles.InChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Thinkpower
Newbie
Newbie
Posts: 11
Joined: Tue Feb 19, 2013 12:00 am

Problem with setting zoom style to ZoomStyles.InChart

Post by Thinkpower » Wed Mar 12, 2014 6:09 am

Hi, I'm using Xamarin to build an android project.

If I set my chart's zoom style to Steema.TeeChart.ZoomStyles.Classic then everything is fine. Every setting of my code performed well.
But if I set chart's zoom style to Steema.TeeChart.ZoomStyles.InChart, everything's wrong. The scale of chart get weird. Labels of axes display weird. Even little part of line is drawn out of axes.

Can this problem be fixed?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Problem with setting zoom style to ZoomStyles.InChart

Post by Narcís » Wed Mar 12, 2014 10:28 am

Hi benlu,
benlu wrote: But if I set chart's zoom style to Steema.TeeChart.ZoomStyles.InChart, everything's wrong. The scale of chart get weird. Labels of axes display weird. Even little part of line is drawn out of axes.
As you may have already noticed, ZoomStyles.InChart uses 4 images: chart background, chart rectangle, left axis and bottom axis, so that all elements move and scale according to zooming and panning actions. It's very difficult for us setting them in a way that works perfectly for all possible chart and device combinations. Having that in mind, we will be glad to look at your problem if you send an example project we can run "as-is" to reproduce the problem here. It would also help knowing the specifications of the device where the problems occur.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply