Jump to content
Software FX Community

hguillermo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by hguillermo

  1. Yes. But....Maybe I made a mistake because it looks like a SVG image. I was trying using OnMouseOver and OnMouseOut events to define the javascript functions in the link class but the function is never called. Thank you, Harry
  2. Do you know if it's possible to change the mouse pointer, by a hand for example, when the user moves the pointer over the bar? I have a code like this (see bellow). When the user moves the mouse pointer over the title and click in it a new window appear and the url is requested. But the problem is that it's not easy to know there is a link in the title because the mouse pointer doesn't change. The idea is to change the mouse pointer for a hand or whatever. I was looking for solutions but I never found nothing about this. Please let me know if you have some nice solutions. Thanks. chart1.Titles.Add(new TitleDockable("My Title")); chart1.Titles[0].Link.Url = "www.SoftwareFX.com"; chart1.Titles[0].Link.Target = "_blank"; Harry
×
×
  • Create New...