Hello Yeray,
That's an elegant solution !
You're right, I should be diving into TeeChart source code more often...
Thanks a lot for your help !
All the Best,
DAvid
Search found 3 matches
- Tue May 15, 2012 9:18 am
- Forum: VCL
- Topic: Zoompercent and graph scrolling
- Replies: 5
- Views: 5237
- Wed May 09, 2012 2:24 pm
- Forum: VCL
- Topic: Zoompercent and graph scrolling
- Replies: 5
- Views: 5237
Re: Zoompercent and graph scrolling
Hi Yeray, Thanks for your answer. Unfortunately, this does not solve my problem. I probably did't explain myself clearly enough. When I perform Chart1.ZoomPercent(110); , the chart origin is changed from (0,0) to (0.4,10). I wanted to keep chart origin at (0,0). Restoring the default view setting th...
- Fri Jan 27, 2012 11:49 am
- Forum: VCL
- Topic: Zoompercent and graph scrolling
- Replies: 5
- Views: 5237
Zoompercent and graph scrolling
Hi all, I use a simple zoompercent(110) on a chart (data origin on left and bottom axis are 0). After zooming in, data origin is changed, as if axes where scrolled (after a few tests, it looks like if zoompercent(110) performed a zoomrect at the center of my graph). I tried to scroll axes, but I can...