Jump to content
Software FX Community

Re: Changing Cursor shape


Software FX

Recommended Posts

Yes you can capture the MouseMoving event and call a standard Windows API 

SetCursor. You must return True from MouseMoving so that Chart FX doesn't

set the cursor back to arrow and you can use HitTest to determine if the

mouse is over a BAR.

This can be slow if the chart has many points.

Frank

SFX

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...