How to get noticed if something has changed to the chart?
Posted: Fri Jun 22, 2007 10:58 pm
Hi !
I you have an easy component like a memo or a edit you always have an event for OnChange. This event is fired up if something has changed within the component (for example if you type in some text).
Is it possible to have such an event (or something similar) for TChart? We need to know if the user has changed something to the chart. And there are two points important for us:
1) has the user changed the data for the chart (editing the grid...)
2) has the user changed something to the layout of the chart (e.g. Line with, colors, etc.)
Could you give us a hint how to solve this problem?
I you have an easy component like a memo or a edit you always have an event for OnChange. This event is fired up if something has changed within the component (for example if you type in some text).
Is it possible to have such an event (or something similar) for TChart? We need to know if the user has changed something to the chart. And there are two points important for us:
1) has the user changed the data for the chart (editing the grid...)
2) has the user changed something to the layout of the chart (e.g. Line with, colors, etc.)
Could you give us a hint how to solve this problem?