User (Legacy) Posted May 6, 2003 Report Posted May 6, 2003 Is there an event and handler on the SoftwareFX.ChartFX.Chart which I can use to determine when the user has updated the charts Title? So far I have had attach to the PostPaint event to determine that something has happened but this is a bit course. e.g. Chart.PostPaint += new SoftwareFX.ChartFX.WHEventHandler( PostPaint2 ); Is there a better way? Jeremy
Software FX Posted May 6, 2003 Report Posted May 6, 2003 I'm afraid there is no such event, so capturing it in the PostPaint seems to me like the best (and possibly only) way to go about it. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.