 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Scott H Guest
|
Posted: Mon Apr 05, 2004 3:03 pm Post subject: TChart zoom out |
|
|
After you "Zoom In" on a TChart ...
When you "Zoom Out" (by dragging bottom right to top left) the chart always
zoom all the way out. Is there any way to make it zoom only part of the way
out
so that it doesnt "snap" all the way back to where it was ?
Scott H
|
|
| Back to top |
|
 |
hu zhenghui Guest
|
Posted: Mon Sep 20, 2004 9:30 am Post subject: Re: TChart zoom out |
|
|
The code below works.
procedure TForm1.Chart1UndoZoom(Sender: TObject);
begin
Chart1.ZoomRect( Rect( -5,-5,Chart1.Width+5,Chart1.Height+5 ) );
end;
--
I am looking For Delphi Jobs now.
I have four IBM Certificates, and I am author of eight computer books.
mailto:webmaster (AT) huzhenghui (DOT) 51.net http://huzhenghui.51.net
"Scott H" <not_my_real_email_address (AT) nowhere (DOT) com> дÈëÏûÏ¢
news:4071760e$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
After you "Zoom In" on a TChart ...
When you "Zoom Out" (by dragging bottom right to top left) the chart
always
zoom all the way out. Is there any way to make it zoom only part of the
way
out
so that it doesnt "snap" all the way back to where it was ?
Scott H
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|