SetCustomName Method

The SetCustomName method defines a custom name for a user-defined fit type.

Syntax

object.SetCustomName(name)

 

Parameter Type Description
Name String required, unique name

 

Example

This example shows how to name a custom fit curve.

Fit.SetCustomName("CustomFit456")

 

Used by: AutoFitPlot object