Hi Steema Team,
I am getting a line when I click or double click a graph which shows another VB form. This rectangle line will disappear when I click again the same graph. But then when I click, graph get zoomed.
May I know how to upload the sample file for the same?
Any help will be appreciated.
Thanks in advance,
B Regards
Ajith
how to remove the line occur in chart panel
-
- Newbie
- Posts: 49
- Joined: Wed Aug 18, 2004 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ajith,
This is most likely because of default zooming settings. Have you tried changing zoom mouse button?
Or even disabling it?
For more information on TeeChart's zooming please read Tutorial 11 - Zoom and Scroll. You'll find the tutorials at TeeChart's program group.
This is most likely because of default zooming settings. Have you tried changing zoom mouse button?
Code: Select all
TChart1.Zoom.MouseButton = mbMiddle
Code: Select all
TChart1.Zoom.Enable = False
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 |
-
- Newbie
- Posts: 49
- Joined: Wed Aug 18, 2004 4:00 am
-
- Newbie
- Posts: 49
- Joined: Wed Aug 18, 2004 4:00 am