Click or drag to resize

PlotCommands3DPlotLine(DataTable, IAscendingIntegerCollection, Boolean, Boolean, String) Method

Plots selected data columns of a table.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PlotLine(
	DataTable table,
	IAscendingIntegerCollection selectedColumns,
	bool bLine,
	bool bScatter,
	string? preferredGraphName
)

Parameters

table  DataTable
The source table.
selectedColumns  IAscendingIntegerCollection
The data columns of the table that should be plotted.
bLine  Boolean
If true, the line style is activated (the points are connected by lines).
bScatter  Boolean
If true, the scatter style is activated (the points are plotted as symbols).
preferredGraphName  String
Preferred name of the graph. Can be null if you have no preference.
See Also