Jump to content
Software FX Community

How to change the mouse pointer in the links (defined in the bars for example) features


hguillermo

Recommended Posts

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...