Version

EnableCrossHair Property

Displays a cross-hair cursor when the mouse passes over the control at run-time.
Syntax
'Declaration
 
Public Property EnableCrossHair As Boolean
public bool EnableCrossHair {get; set;}
Remarks
The cross-hair cursor provides a greater degree of accuracy to assist users when clicking on active segments of the chart, such as individual data points.
Example
'determines whether or not the mosue pointer is a crosshair
UltraChart1.EnableCrossHair = True
//determines whether or not the mosue pointer is a crosshair
UltraChart1.EnableCrossHair = true;
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also