XYFunctionPlotDataFunction Property |
Gets or sets the function used for evaluation. It must be serializable in order to store the graph to disk.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IScalarFunctionDD Function { get; set; }Property Value
IScalarFunctionDDThe function.
See Also