public Cursor Cursor {get; set;}

Remarks


This property selects the Cursor type for when the user moves the mouse over the Annotation bounds.

Example


[C#]

annotation1.Cursor = System.Windows.Forms.Cursors.IBeam;

See Also

Annotation Class | Annotation Members | Steema.TeeChart.Tools Namespace