setPlotType()

eSignal EFS

setPlotType()

 

setPlotType( nPlotType [,nCount[ )

 

  • nPlotType: A valid plot type
  • nCount: Optional. If your study returns multiple values, specify the return value here.

 

Sets the plot type.

 

Example:

 

setPlotType( PLOTTYPE_LINE ); //set plot type when your study returns only one value

 

setPlotType( PLOTTYPE_LINE, 0 ); //set plot type for first returned study value

setPlotType( PLOTTYPE_DOT, 1 ); //set plot type for second returned study value

 

Plot Types

setHistogramBase()