TeeChart version: 1.1.2004.16592
Hi,
I am allowing the user to see the Chart Editor.
In the chart editor, the user can change the series order, name, cloning etc in the default tab.
I want to be able to track these changes, what is the best approach?
Many thanks
Vaughan
Tracking Series changes using Teechart Editor
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Vaughan,
You'll have to do it manually. TChart.ShowEditor returns true if TChart has been altered, it would then be a case of comparing objects (Series, Axes etc.) to see what has changed.
You'll have to do it manually. TChart.ShowEditor returns true if TChart has been altered, it would then be a case of comparing objects (Series, Axes etc.) to see what has changed.
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 |