Page 1 of 1

TeeChart 7.06 w/ XP Zoom lines missing?

Posted: Wed Jan 25, 2006 4:42 pm
by 9345040
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.

Posted: Thu Jan 26, 2006 8:58 am
by narcis
Hi bpetty,

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;
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.