XYNonlinearFitFunctionPlotItem(String, NonlinearFitDocument, Int32, Int32, IVariantToVariantTransformation, Int32, IVariantToVariantTransformation, G2DPlotStyleCollection) Constructor |
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
- independentVariableTransformation IVariantToVariantTransformation
- ps G2DPlotStyleCollection
- The ps.
See Also