Zoom in TPolarSeries and TSmithSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Alexey Gerasimovich
Newbie
Newbie
Posts: 11
Joined: Mon Feb 07, 2005 5:00 am
Contact:

Zoom in TPolarSeries and TSmithSeries

Post by Alexey Gerasimovich » Mon Mar 13, 2006 3:49 pm

Hello!

I use three kinds of series in my application: TFastLineSeries, TPolarSeries and TSmithSeries. I use them on the same chart. If I try to zoom a picture it works well with the TFastLineSeries, but I have no effect when my current series is polar of smith-chart. Why?

Is it implemented? If no, how could I implement such functionality myself?

Alexey Gerasimovich
Newbie
Newbie
Posts: 11
Joined: Mon Feb 07, 2005 5:00 am
Contact:

Re: Zoom in TPolarSeries and TSmithSeries

Post by Alexey Gerasimovich » Wed Mar 15, 2006 2:30 pm

So, no answers. Does it mean nobody in a support team knows this? I really need the zoom functionality for these series

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

Post by Narcís » Wed Mar 15, 2006 2:44 pm

Hi Alexey,

Zoom is not implemented for those series. You could zoom the whole chart using the TCommander button for it or implementing that using Chart1.ZoomPercent method.
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

Alexey Gerasimovich
Newbie
Newbie
Posts: 11
Joined: Mon Feb 07, 2005 5:00 am
Contact:

Post by Alexey Gerasimovich » Thu Mar 16, 2006 10:55 am

narcis wrote:Zoom is not implemented for those series. You could zoom the whole chart using the TCommander button for it or implementing that using Chart1.ZoomPercent method.
Hi!

I've tried to use this method. But I've got problems with it.
I handle a left mouse click and call Chart1->ZoomPercent(50);
The help says it should zoom in the picture. But I see that picture is zoomed out. Moreover, TSmithSeries doesn't change anything. TPolarSeries become zoomed out but the coordinate center is shifted after each call. And it's not a zero.

What is wrong in this procedure?

Copeau
Newbie
Newbie
Posts: 9
Joined: Tue Jan 24, 2006 12:00 am

follow

Post by Copeau » Fri Mar 17, 2006 11:24 am

Hi Alexey
unfortunately I don't have time to experiment it myself right now., but i am in hte same situation as you are. I use the same 3 series so please let me know if you find any solution to this problem.
I'll check it myself whern i have time, but not before next month at least.
thx^^

Alexey Gerasimovich
Newbie
Newbie
Posts: 11
Joined: Mon Feb 07, 2005 5:00 am
Contact:

Re: follow

Post by Alexey Gerasimovich » Mon Mar 20, 2006 9:03 am

So, I don't see any answer once more. Does it mean the support doesn't know how to solve the problem and why the proposed function doesn't work?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Mar 31, 2006 10:14 am

Hi Alexey,

sorry for delay, I'm afraid the TChart is not prepared to combine these three Series types with zoom functionality. For the moment I've not found a way around this.

Post Reply