LocationAuto Property

The LocationAuto property returns/sets the histogram fit Location option to Auto.

Syntax

object.LocationAuto

object.LocationAuto = LocationAuto

 

Parameter Type Description
LocationAuto Boolean required, True for automatic, False for manual

 

Example 1

This example shows how to set the LocationAuto option to true for a fit curve.

FitLogNormal.LocationAuto = True

Example 2

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

Debug.Print FitLogNormal.LocationAuto = False

FitLogNormal.LocationValue = 5

 

Used by: AutoFitPlot object