Under the BCB6 included TeeChart on Windows 2000, when I clicked upper left and dragged to lower right to zoom, there would be a dotted rectangle. I installed BCB6 on XP on a new computer and upgraded to TeeChart 7.06 at the same time and noticed that the above zooming operation no longer shows the dotted rectangle.
Is this a setting that I am doing wrong or is it a problem with either using XP or with version 7.06?
Thanks in advance for your help.
TeeChart 7.06 w/ XP Zoom lines missing?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bpetty,
Using v7.06 the default is a solid white line, however you can change that using:
I've tested that on a XP machine and worked fine here. If the problem persist could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Using v7.06 the default is a solid white line, however you can change that using:
Code: Select all
Chart2->Zoom->Pen->Style=psDot;
Chart2->Zoom->Pen->Color=clBlack;
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 |