ScaleValue Property
The ScaleValue property returns/sets the histogram fit Scale Parameter option.
Syntax
object.ScaleValue
object.ScaleValue = ScaleValue
Parameter | Type | Description |
ScaleValue | Double | numerical value of the Scale Parameter |
Example
This example shows how to set the Location Parameter for a lognormal fit curve.
Debug.Print FitLogNormal.ScaleValue = False
FitLogNormal.LocationValue = 5
Used by: AutoFitPlot object