SetCustomParameter Method

The SetCustomParameter method defines the parameters for a user-defined fit type.

Syntax

object.SetCustomParameter( parameterName, initialValue, minimum, maximum)

 

Parameter Type Description
parameterName String required
initialValue Double optional
minimum Double optional
maximum Double optional

 

Example

This example shows how to define custom parameters for fit curve.

Fit.SetCustomParameter("B",10)

 

Used by: AutoFitPlot object