Jump to content
Software FX Community

Re: Cursor


Software FX

Recommended Posts

Unlike simple controls (like buttons, etc.) Chart FX doesn't have a unique 

cursor, the cursor changes depending on where the mouse is pointed and the

action selected. For example if you move the mouse near the axes, the cursor

changes to a "size cursor", if you are zooming-in, the cursor changes to a

magnifier glass.

This is why Chart FX doesn't have a cursor property.

If you want to change the cursor, you need to process the MouseMoving event

(see details in help file) and set the cursor there using the Windows API

SetCursor.

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...