Line Class

Line class consists of the following properties:

Property Description Data Type Default
LineColor Determines the color the line is displayed in. Color Color.Black
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 is 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 is displayed with. Enumerated type consisting of the following options:
  • woOnePoint (=1)
  • woTwoPoint (=2)
  • woThreePoint (=3)
  • woFourPoint (=4)
  • woFivePoint (=5)
woOnePoint

See Also

Properties | Border | XAxis | YAxis | Plot Border