Version

CrossHairColor Property

Gets or Sets the color of the cross hair.
Syntax
'Declaration
 
Public Property CrossHairColor As Color
public Color CrossHairColor {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.

This property must be set at design time. Setting this property at design-time causes crosshair images to be generated and dropped in the ChartImages folder. Setting this property at run-time has no effect.

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