Hi,
After looking in to Interpolating Line series sample, I have created a tchart like interpolating line-series sample. It shows the cursortool hit point values in the hit point itself (by making use of g.Rectangle and g.Textout functions).
Now when i try to remove a CursorTool i am not able to remove its corresponding graphic drawings(rectangle and textout). Is there any way to remove those drawings when i remove my cursortool??
Thanks,
Vijay.
Graphics 3D Drawings.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Vijay,
You could try calling tChart1.Draw() method but not executing any custom drawing code in the AfterDraw event. You could use a flag that changes when the tool is removed.
You could try calling tChart1.Draw() method but not executing any custom drawing code in the AfterDraw event. You could use a flag that changes when the tool is removed.
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 |