User (Legacy) Posted August 13, 2004 Report Share Posted August 13, 2004 Hi, I wonder how I can set my own cursor on the ChartFX control. If the chart is in Zoom mode I would like to use the cross cursor instead of the default cursor. This makes it more clear to the user that the chart is in zoom mode. The cursor is always reverted to the default cursor when I set it on the ChartFX control or parent control. Now I reset the cursor in the mouse move event, but then it flickers. Rgds, Frederik Siegmund Link to comment Share on other sites More sharing options...
Software FX Posted August 13, 2004 Report Share Posted August 13, 2004 This is by design. The Control.Cursor property can not be uses simply because Chart FX doesn't have a "unique" cursor, in Chart FX the Cursor changes depending on what you are doing (zooming, dragging, etc) and sometimes depending on the area in which the mouse is (hyperlinking). In order to change the cursor, you need to capture the MouseMove event and change it there, otherwise Chart FX will reset it everytime the mouse moves to reflect the current status. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.