CPlotView:SetSeriesMode


The SetSeriesMode method sets the plot series mode for the plot window.

Syntax

CPlotView:SetSeriesMode( nMode )

    nMode is the series mode, a number starting at 1.

 Example

The following script sets the plot series mode to 4 (over-plot):

 

P = CPlotView:new()

-- create a new CPlotView

 

-- do something with the plot

P:SetSeriesMode( 4 )

-- sset the plot series mode to 2

Related Topics

GetSeriesMode

CPlotView class

Plot Series Modes