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