Click or drag to resize

PlotCommandsPlotLine(IWorksheetController, Boolean, Boolean, Boolean) Method

Plots the currently selected data columns of a worksheet.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void PlotLine(
	IWorksheetController dg,
	bool bLine,
	bool bScatter,
	bool doOpenGraph = true
)

Parameters

dg  IWorksheetController
The worksheet controller where the columns are selected in.
bLine  Boolean
If true, a line is plotted.
bScatter  Boolean
If true, scatter symbols are plotted.
doOpenGraph  Boolean  (Optional)
If true (default), the created graph is opened (shown in a window).
See Also