How to display the zoom rectangule
How to display the zoom rectangule
Hi, there,
When I try to zoom in some data, the selection rectangle can't be displayed and I have to estimate the selection range. Is there any way to display the selection rectangle with different colors so that it is easy to know the selection range?
Thank you very much!
David
When I try to zoom in some data, the selection rectangle can't be displayed and I have to estimate the selection range. Is there any way to display the selection rectangle with different colors so that it is easy to know the selection range?
Thank you very much!
David
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
The zoom rectangle is seen by default. However you can try setting its pen and brush:
The zoom rectangle is seen by default. However you can try setting its pen and brush:
Code: Select all
With TChart1.Zoom
.Pen.Visible = True
.Pen.Color = vbRed
.Brush.Color = vbWhite
End With
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
Zoom rectangle works as expected for me here using the VC++ examples included with TeeChart Pro v7 ActiveX in Visual Studio .NET 2003. If the problem persists after running the code I sent please send us an example we can run "as-is" to reproduce the problem here.
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Zoom rectangle works as expected for me here using the VC++ examples included with TeeChart Pro v7 ActiveX in Visual Studio .NET 2003. If the problem persists after running the code I sent please send us an example we can run "as-is" to reproduce the problem here.
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
Can you please try if the examples at C:\Program Files\Steema Software\TeeChart Pro v7 ActiveX Control\Examples\Visual C++\Version 6 (default english installation path) display correctly the zoom rectangle when being used in VS.NET 2003?
Can you please try if the examples at C:\Program Files\Steema Software\TeeChart Pro v7 ActiveX Control\Examples\Visual C++\Version 6 (default english installation path) display correctly the zoom rectangle when being used in VS.NET 2003?
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
It works fine for me here using both examples. Can you please send us an example we can run "as-is" to reproduce the problem here?
If you don't have newsgroups access please send it directly to me.
Thanks in advance.
It works fine for me here using both examples. Can you please send us an example we can run "as-is" to reproduce the problem here?
If you don't have newsgroups access please send it directly to me.
Thanks in advance.
Last edited by Narcís on Wed Oct 04, 2006 11:15 am, edited 1 time in total.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi David,
Thanks for the information. I'm glad to hear you could solve the problem.
Thanks for the information. I'm glad to hear you could solve the problem.
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 |