Page 1 of 1

Zoom in TPolarSeries and TSmithSeries

Posted: Mon Mar 13, 2006 3:49 pm
by 9340885
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?

Re: Zoom in TPolarSeries and TSmithSeries

Posted: Wed Mar 15, 2006 2:30 pm
by 9340885
So, no answers. Does it mean nobody in a support team knows this? I really need the zoom functionality for these series

Posted: Wed Mar 15, 2006 2:44 pm
by narcis
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.

Posted: Thu Mar 16, 2006 10:55 am
by 9340885
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?

follow

Posted: Fri Mar 17, 2006 11:24 am
by 9345071
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^^

Re: follow

Posted: Mon Mar 20, 2006 9:03 am
by 9340885
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?

Posted: Fri Mar 31, 2006 10:14 am
by Pep
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.