Jump to content
Software FX Community

Re: add default processing to _all_ charts.


Software FX

Recommended Posts

Dear Eric, 

Very interesting case !

One thing I don't understand though is how are Mouseevents releated to

WM_COMMAND ? is it because you were using Chart FX DLL and were capturing

the CN_ messages ?

If this is the case, you can use Chart FX 98 DLL and ICfxEvents to achieve

the same pourpose.

Capturing events through ICfxEvents is fairly simple if you are familiar

with COM interfaces. Article Q1381010 (KB) gives you the basics.

Using this method, you can point ALL your charts to send the events to the

same object class (not the same object instance though, otherwise you won't

know which chart is firing hich event).

Frank

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...