Byteman

Members
  • Content count

    2
  • Joined

  • Last visited

About Byteman

  • Rank
    Forum Newbie
  1. 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.
  2. Hi Pallav, I have a couple of questions for you. 1 - Are you planning to add the scrolling capability to the Multi Y-axis chart? That would be really useful for what we need. 2 - Is there an event that I could trap when the mouse hovers over an anchor of the curve for a dataset? We would like to be able to perform certain actions (such as highlighting a row on a displayed table, etc. -probably through Ajax-) when the mouse is over an anchor. Thanks.