CrossHairs Class

 

CrossHairs Class consists of the following 7 properties:

Property

Description

Data Type

Default

HorizontalVisible

Determines whether or not the horizontal crosshair will be visible on the plot when the CrossHairs toolbar button is selected.

Boolean

TRUE

VerticalVisible

Determines whether or not the vertical crosshair will be visible on the plot when the CrossHairs toolbar button is selected.

Boolean

TRUE

Width

Determines the width the crosshairs will be displayed with.

 

NOTE: If the width is greater than 1, then the line style applied will always be solid.

Enumerated type consisting of the following options:

  • woOnePoint (=1)
  • woTwoPoint (=2)
  • woThreePoint (=3)
  • woFourPoint (=4)
  • woFivePoint (=5)

woOnePoint

Color

Determines the color the crosshairs will be displayed in.

Long integer.  The RGB function may also be used to set the color.

&HFF (Red)

CoordsVisible

Determines whether or not the crosshairs coordinates will be displayed along the x and y scales.

Boolean

TRUE

CoordsBackcolor

Determines the background color for the crosshairs coordinates display box.

Long integer.  The RGB function may also be used to set the color.

vbYellow

YCoordInLegend

Determines whether or not to display the corresponding y-scale coordinate of each profile in the Legend.

Boolean

FALSE