ShapeAuto Property

The ShapeAuto property returns/sets the histogram fit Shape option to Auto.

Syntax

object.ShapeAuto

object.ShapeAuto = ShapeAuto

 

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

 

Example 1

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

FitPowerPDF.ShapeAuto = True

Example 2

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

Debug.Print FitPowerPDF.ShapeAuto = False

FitLogNormal.ShapeValue = 5

 

Used by: AutoFitPlot object