LocationValue Property

The LocationValue property returns/sets the histogram fit Location Parameter option.

Syntax

object.LocationValue

object.LocationValue = LocationValue

 

Parameter Type Description
LocationValue Double Numerical value of the Location Parameter

 

Example

This example shows how to set the Location Parameter for a lognormal fit curve.

Debug.Print FitLogNormal.LocationValue = False

FitLogNormal.LocationValue = 5

 

Used by: AutoFitPlot object