Line Class

 

Line Class consists of the following four properties:

Property

Description

Data Type

Default

LineOption

Determines whether or not a line is to be displayed.

Enumerated type consisting of the following options:

  • loNone (=0)
  • loCustom (=1)

loCustom

LineStyle

Determines the style the line will be displayed with.

Enumerated type consisting of the following options:

  • soSolid (=1)
  • soDash (=2)
  • soDot (=3)
  • soDashDot (=4)
  • soDashDotDot (=5)

soSolid

LineWidth

Determines the width the line 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

LineColor

Determines the color the line will be displayed in.

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

&H0 (Black)