GseosHistogram.SetCalcMode
Previous  Top  Next

SetCalcMode(strCalcMode)

Set the calculation mode to 'Min', 'Max', or 'Mean'. If the histogram can't display all values (for example the histogram is zoomed out) the value to be displayed is determined from all values given the calculation mode configured. In Min mode the minimum value of the group of values is taken, in Max mode the maximum value and in Mean mode the mean value is used.

Parameter   Description
   
strName   The histogram name as defined in the histogram constructor.  
strCalcModeOne of 'Min', 'Max', or 'Mean'.  

Returns
None