PolynomialFittingGetActivePlotPoints Method |
Retrieves the data points of the current active plot.
Namespace: Altaxo.Graph.ProceduresAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? GetActivePlotPoints(
IGraphController ctrl,
out double[] xarr,
out double[] yarr
)
Parameters
- ctrl IGraphController
- The graph controller which controls the graph from which the points are to retrieve.
- xarr Double
- The array of the data point's x values.
- yarr Double
- The array of the data point's y values.
Return Value
StringNull if all is ok, or error message if not.
See Also