ISeries.Cursor
ISeries

property Cursor: SmallInt;

Type Library
TeeChartx

Description
Default: crDefault

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.

ValueCursor type

0crDefault Whatever cursor is the default for the window class. Usually crArrow.

-1crNone

-2crArrow

-3crCross

-4crIBeam

-5crSize

-6crSizeNESW

-7crSizeNS

-8crSizeNWSE

-9crSizeWE

-10crUpArrow

-11crHourGlass

-12crDrag

-13crNoDrop

-14crHSplit

-15crVSplit

-16crMultiDrag

-17crSQLWait

-18crNo

-19crAppStart

-20crHelp

-21crHandPoint

TeeChart offers one more Cursor with code 2020 which is an alternative 'hand' to crHandPoint.

Cursor Example

TChart1.Series(1).Cursor = -21 'crHandPoint