Click or drag to resize

XYFunctionPlotDataFunction Property

Get/sets the function used for evaluation. Must be serializable in order to store the graph to disk.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IScalarFunctionDD Function { get; set; }

Property Value

IScalarFunctionDD
The function.
See Also