ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
By default, the crosshair thickness of a Chart control is set to 1 pixel.
Example
// Changes the crosshair thickness
CHART_MyChart.CrosshairThickness = 3
Syntax

Finding out the thickness of the crosshair for a Chart control Hide the details

<Result> = <Chart control>.CrosshairThickness
<Result>: Integer
Current thickness of the crosshair in pixels.
<Chart control>: Control name
Name of the Chart control to be used.

Modifying the thickness of the crosshair for a Chart control Hide the details

<Chart control>.CrosshairThickness = <New thickness>
<Chart control>: Control name
Name of the Chart control to be used.
<New thickness>: Integer
New thickness of the Chart control crosshair (in pixels).
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help