Click or drag to resize

PlotCommandsPlotLine(DataTable, IAscendingIntegerCollection, Boolean, Boolean, String, Boolean) 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 (GraphDocument Graph, IGraphController Controller) PlotLine(
	DataTable table,
	IAscendingIntegerCollection selectedColumns,
	bool bLine,
	bool bScatter,
	string? preferredGraphName,
	bool doOpenGraph = true
)

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.
doOpenGraph  Boolean  (Optional)
If true (default), the created graph is opened (shown in a window).

Return Value

ValueTupleGraphDocument, IGraphController

[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands.PlotLine(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,System.Boolean,System.Boolean,System.String,System.Boolean)"]

See Also