UseCurveLimits Property

The UseCurveLimits property returns or sets the use of curve limits for a fit. Returns a Boolean.

Syntax

object.UseCurveLimits

object.UseCurveLimits = UseCurveLimits

 

Parameter Type Description
UseCurveLimits Boolean required, true to limit the fit curve

 

Example 1

This example shows how to set the curve limits for a fit curve.

FitLinear.UseCurveLimits = True

Example 2

This example shows how to return if the curve limits are used for a fit curve.

Debug.Print FitLinear.UseCurveLimits

 

Used by: AutoFitPlot object