GseosHistogram.SetYScale
Previous  Top  Next

SetYScale(dwScale)

Sets the Y scale factor. The Y scale factor is used to scale the Y values of the histogram. If auto scale mode is turned on the histogram will automatically double the Y scale factor every time the largest bin in the histogram reaches YMax. You can manually set the Y scale factor, however, if the autoscale mode is on it will ensure that the histogram will fit into the configured YMax range.

Parameter   Description
   
strName   The histogram name as defined in the histogram constructor.  
dwYScaleThe Y scale factor.  

Returns
None