Click or drag to resize

XYNonlinearFitFunctionPlotItem(String, NonlinearFitDocument, Int32, Int32, IVariantToVariantTransformation, Int32, IVariantToVariantTransformation, G2DPlotStyleCollection) Constructor

Initializes a new instance of the XYNonlinearFitFunctionPlotItem class.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XYNonlinearFitFunctionPlotItem(
	string fitDocumentIdentifier,
	NonlinearFitDocument fitDocument,
	int fitElementIndex,
	int dependentVariableIndex,
	IVariantToVariantTransformation dependentVariableTransformation,
	int independentVariableIndex,
	IVariantToVariantTransformation independentVariableTransformation,
	G2DPlotStyleCollection ps
)

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 that is applied to the independent variable before evaluating the fit function.
ps  G2DPlotStyleCollection
The plot style collection.
See Also