Click or drag to resize

XYNonlinearFitFunctionPlotData(String, NonlinearFitDocument, Int32, Int32, IVariantToVariantTransformation, Int32, IVariantToVariantTransformation) Constructor

Initializes a new instance of the XYNonlinearFitFunctionPlotData class.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYNonlinearFitFunctionPlotData(
	string fitDocumentIdentifier,
	NonlinearFitDocument fitDocument,
	int fitElementIndex,
	int dependentVariableIndex,
	IVariantToVariantTransformation dependentVariableTransformation,
	int independentVariableIndex,
	IVariantToVariantTransformation independentVariableTransformation
)

Parameters

fitDocumentIdentifier  String
The fit document identifier.
fitDocument  NonlinearFitDocument
The fit document. The document will be cloned before stored in this instance.
fitElementIndex  Int32
Index of the fit element.
dependentVariableIndex  Int32
Index of the dependent variable of the fit element.
dependentVariableTransformation  IVariantToVariantTransformation
Transformation, which is applied to the result of the fit function to be then shown in the plot. Can be null.
independentVariableIndex  Int32
Index of the independent variable of the fit element.
independentVariableTransformation  IVariantToVariantTransformation
Transformation, which is applied to the x value before it is applied to the fit function. Can be null.
See Also