CPlotView:GetSeriesMode
The GetSeriesMode method returns the current plot series mode for the plot window.
| nMode = CPlotView:GetSeriesMode() | 
 nMode is the series mode, a number starting at
1.
    nMode is the series mode, a number starting at
1.
Suppose a CPlotView exists and its window is set to "over-plot" mode. The following script returns the mode:
|  | -- create a new CPlotView | 
|  | -- do something with the plot | 
|  | -- return the plot series mode | 
|  | -- result: Mode = 4 |