XYFunctionPlotDataFunction Property |
Get/sets the function used for evaluation. Must be serializable in order to store the graph to disk.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IScalarFunctionDD Function { get; set; }
Property Value
IScalarFunctionDDThe function.
See Also