====== Plot Line ====== * PLOT_LINE( ) * PLOT_LINE( , , ) * PLOT_LINE( , , , ) Draws a line plot of the value. ---- ^ Function Parameters ^^ ^ Parameter ^ Description ^ | | The value to plot. | | | The width or thickness to draw the line. | | | The color to draw the line. | | | The line style. This will be specified using the LineStyle lookup. | ---- ^ LineStyle Values^^ ^ Value ^ Description ^ | LineStyle.Solid| A solid line. | | LineStyle.Dash | A dashed line. | | LineStyle.Dot | A dotted line. | ----