What comes after OnAfterDraw()?

TeeChart for ActiveX, COM and ASP
Post Reply
Craig
Newbie
Newbie
Posts: 25
Joined: Sat Aug 09, 2003 4:00 am
Location: Calgary, Alberta
Contact:

What comes after OnAfterDraw()?

Post by Craig » Mon Jan 12, 2004 6:29 pm

The problem is I want to do something if the user changes axis settings in the graph editor. For example, if automatic axis is set to 'off', the axis events or even OnAfterDraw, does not yet register this change, is there any event that would?

Craig
Newbie
Newbie
Posts: 25
Joined: Sat Aug 09, 2003 4:00 am
Location: Calgary, Alberta
Contact:

Post by Craig » Mon Jan 12, 2004 8:09 pm

Sorry, it actually does see the change, but what I do in code doesn't take effect until the next time round.

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

Post by Pep » Tue Jan 13, 2004 9:07 am

Hi Craig,

one way would be to have your TeeChart users access the TeeChart Editor via the TeeCommander's Edit button. You could then take advantage of the ITeeCommander.OnEditedChart event which fires everytime the TeeChart Editor closes having been opened via the Edit button.

Josep Lluis Jorge
http://support.steema.com

Post Reply