TChartSeries.Cursor
TChartSeries
property Cursor: TCursor;
Unit
TeEngine
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.
Refer to the Delphi/C++Builder help file TCursor type.
The Series TChartSeries.ZOrder property determines the order in which Series will be examined to calculate the clicked Series point.