Hello,
I am trying to use the Multi Y axis Graph on a Windows Form; it works great.
What I would like to do now is set hot links; I have tried it and it opens up IE with the proper URL.
My question is, is it possible somehow to have the link open another windows form instead of opening IE? (have the link call a function which opens the form?)
(Since my app is a windows app and not a web app I don't want to open IE)
Thank you.