Click or drag to resize

ChemometricCommandsPlotOnlyLabel Method

This plots a label plot into the provided layer.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PlotOnlyLabel(
	XYPlotLayer layer,
	DataTable table,
	DataColumn xcol,
	DataColumn ycol,
	DataColumn labelcol
)

Parameters

layer  XYPlotLayer
The layer to plot into.
table  DataTable
The table of PLS output data.
xcol  DataColumn
The x column.
ycol  DataColumn
The y column.
labelcol  DataColumn
The label column.
See Also