PlotCommandsPlotLine(IWorksheetController, Boolean, Boolean, Boolean) Method | 
            Plots the currently selected data columns of a worksheet.
            
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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