GetCursor()
GetCursor()
Definition
An event driven method which is called when a chart object is selected. This method can be used to change the cursor image used in various states.
Method Return Value
This method returns a Cursor used to paint the mouse pointer.
Syntax
You must override the method in your Drawing Tool with the following syntax:
public override Cursor GetCursor(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point)

