EditCommandsXYVToMatrix Method |
Creates a matrix from three selected columns. This must be a x-column, a y-column, and a value column.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? XYVToMatrix(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- Controller where the columns are selected in.
Return Value
StringNull if no error occurs, or an error message.
See Also