|
|
|
|
|
CrosshairThickness (Property) In french: EpaisseurMire
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. // 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).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|