Draws on or more connected lines on the chart.
Current value of MultiLine indicator must be passed via Plot keyword. Plots are counted from 0 to plots count.
Sample:
Plot[3] = 10; // current value of the plot3 [optional]
Plot[3].Color = Colors.Red; //
Color of the current segment of indicator [optional]
Plot[3].Width = 3; //
Width of the line of the current segment of indicator [optional]
Plot[3].DashStyle = DashStyle.DashDotDot; //
DashStyle of the line of the current segment of indicator [optional]
Available DashStyles:
If no value for some plot on current bar isn't specified it's assumed to be as on previous bar.
Use MultiLine indicator's Default Scaling property to specify default indicator scaling on the chart. See Scale Types.
MultiLine indicators have Plots property, that must be used to specify plots count properties and default style.
To edit MultiLine Indicator plots



Available Plot Properties:
See also Indicators.