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?
Problem with setting zoom style to ZoomStyles.InChart
-
- Newbie
- Posts: 11
- Joined: Tue Feb 19, 2013 12:00 am
-
- 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
Hi benlu,
Thanks in advance.
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.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.
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 |
Instructions - How to post in this forum |