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:  
 | loCustom | 
| LineStyle | Determines the style the line will be displayed with. | Enumerated type consisting of the following options:  
 | 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 | 
| 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) |