Click or drag to resize

PolynomialFittingGetActivePlotName Method

Get the names of the x and y column of the 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[] GetActivePlotName(
	IGraphController ctrl
)

Parameters

ctrl  IGraphController
The current active graph controller.

Return Value

String
An array of two strings. The first string is the name of the x-column, the second the name of the y-column.
See Also