setHistogramBase()

eSignal EFS

setHistogramBase()

 

setHistogramBase( nValue )

 

  • nValue: Set the histogram base to this numeric value.

 

When using setPlotType( PLOTTYPE_HISTOGRAM), use setHistogramBase() to set the base value for the histogram.

 

Example:

 

setHistogramBase( 50 );

 

setPlotType()