The currently selected mode for a CurveFitParameter.
Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(71, 0)] public enum CurveFitParameterMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| Automatic | 0 | Automatically determined by the curve fit. | |
| Fixed | 1 | Fixed to a specific value. | |
| Bounded | 2 | Bounded between a lower and upper value. |
Version Information
Supported in: 15.0
See Also