public Cursor Cursor {get; set;}
Remarks
Default: Default
The Cursor property is the image used when the mouse passes into the region covered by a Series point. Each Series determines the intersection of points with mouse coordinates each time the mouse moves. There are many different Cursors available. The Series ZOrder determines the order in which Series will be examined to calculate the clicked Series point.
Cursor type:
Default Whatever cursor is the default for the window class. Usually Arrow.
AppStarting
Arrow
Cross
Hand
Help
HSplit
IBeam
No
NoMove2D
NoMoveHoriz
NoMoveVert
PanEast
PanNE
PanNorth
PanNW
PanSE
PanSouth
PanSW
PanWest
SizeAll
SizeNESW
SizeNS
SizeNWSE
SizeWE
UpArrow
VSplit
WaitCursor
Example
[C#]
((Steema.TeeChart.Styles.Points)tChart1[0]).Cursor = Cursors.Hand;
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace