Definition
Objects derrived from the Line class are used to characterize how an oscillator line is visually displayed (plotted) on a chart.
Syntax
Line(Color color, double value, string name)
Line(Pen pen, double value, string name)
|
Parameters |
|
|
color |
The line color (reference) |
|
value |
The value use to define where the line is plotted |
|
pen |
The pen used to draw the plot (reference) |
Examples
See the Add() method for examples.