ScaleAuto Property
The ScaleAuto property returns/sets the histogram fit Scale option to Auto.
Syntax
object.ScaleAuto
object.ScaleAuto = ScaleAuto
Parameter | Type | Description |
ScaleAuto | Boolean | required, True for automatic, False for manual |
Example 1
This example shows how to set the ScaleAuto option to true for a fit curve.
FitLogNormal.ScaleAuto = True
Example 2
This example shows how to set the Scale Parameter for a lognormal fit curve.
Debug.Print FitLogNormal.ScaleAuto = False
FitLogNormal.ScaleValue = 5
Used by: AutoFitPlot object