CPlotView:SetSeriesMode
The SetSeriesMode method sets the plot series mode for the plot window.
| CPlotView:SetSeriesMode( nMode ) | 
 nMode is the series mode, a number starting at
1.
    nMode is the series mode, a number starting at
1.
The following script sets the plot series mode to 4 (over-plot):
|  | -- create a new CPlotView | 
|  | -- do something with the plot | 
|  | -- sset the plot series mode to 2 |