Page 1 of 1

Tracking Series changes using Teechart Editor

Posted: Tue Oct 18, 2005 2:43 pm
by 8125470
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

Posted: Wed Oct 19, 2005 10:33 am
by narcis
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.