Jump to content
Software FX Community

Mouse cursor in image format


Elzahn

Recommended Posts

Hi,

I think is not possible to set this using the Chart FX API.  However you can workaround this by embedding the chart object inside a Div element and handle the mouse style when the mouse is hover.

This is just a workaround that will enable the behavior in the entire div.

Please check this code (It works on Firefox 3.5 and IE8)

<body>
  <form id="form1" runat="server">
  <div onmouseover="this.style.cursor='crosshair';">
  <chartfx7:Chart ID="Chart1" runat="server" Height="245px" Width="428px">
  <Series>
  <chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
  <chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
  <chartfx7:SeriesAttributes></chartfx7:SeriesAttributes>
  </Series>
  </chartfx7:Chart>
  </div>
  </form>
</body>

 

Hope this helps.

post-7126-13922412878299_thumb.gif

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...