ICursorTool.UseChartRect
ICursorTool

property UseChartRect: WordBool;

Type Library
TeeChartx

Description
This property determines if the Cursor will use the whole chart rectangle to display, or just the rectangle occupied by the associated Series vertical and horizontal axes.

When UseChartRect is False (the default), the Cursor will display using the starting and ending positions, in pixels, of the axes that correspond to the Cursor Series property.

When UseChartRect is True, the Cursor will be displayed across the total width and height of the Chart "ChartRect" rectangle dimensions.