Click or drag to resize

PolynomialFittingGetActivePlotPoints Method

Retrieves the data points of the current active plot.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

String
Null if all is ok, or error message if not.
See Also