Knowledge of Graph Setting Changes

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
spietrek
Newbie
Newbie
Posts: 10
Joined: Wed Sep 22, 2004 4:00 am

Knowledge of Graph Setting Changes

Post by spietrek » Fri Oct 21, 2005 7:30 pm

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.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Oct 28, 2005 10:00 am

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.

Post Reply