Page 1 of 1

Knowledge of Graph Setting Changes

Posted: Fri Oct 21, 2005 7:30 pm
by 9339266
As the user changes the title in the graph editor, the title in the graph automatically changes. We have a requirement to update another part of the application with the title. Is there an event or something that allows me to know when settings are being changed without having to exit out of the graph editor?

Thanks.

Posted: Fri Oct 28, 2005 10:00 am
by Pep
Hi,

if the changes involve in the repaint of the Chart you can use the OnAfterDraw event of the TChart component, which will help you in your case.