XYNonlinearFitFunctionPlotDataCopyFrom(Object) Method |
Copies the state from another instance.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool CopyFrom(
Object obj
)
Parameters
- obj Object
- The instance to copy from.
Return Value
Booleantrue if the state was copied; otherwise,
false.
See Also