PlotCommands3DPlotLine(IWorksheetController, Boolean, Boolean) Method |
Plots the currently selected data columns of a worksheet.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void PlotLine(
IWorksheetController dg,
bool bLine,
bool bScatter
)
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.
See Also