PolynomialFittingGetActivePlotName Method |
Get the names of the x and y column of the active plot.
Namespace: Altaxo.Graph.ProceduresAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string[] GetActivePlotName(
IGraphController ctrl
)
Parameters
- ctrl IGraphController
- The current active graph controller.
Return Value
StringAn array of two strings. The first string is the name of the x-column, the second
the name of the y-column.
See Also