Click or drag to resize

PlotCommandsPlotDensityImage Method

Plots a density image of the selected columns.

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

Parameters

dg  IWorksheetController

[Missing <param name="dg"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands.PlotDensityImage(Altaxo.Gui.Worksheet.Viewing.IWorksheetController,System.Boolean,System.Boolean)"]

bLine  Boolean

[Missing <param name="bLine"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands.PlotDensityImage(Altaxo.Gui.Worksheet.Viewing.IWorksheetController,System.Boolean,System.Boolean)"]

bScatter  Boolean

[Missing <param name="bScatter"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands.PlotDensityImage(Altaxo.Gui.Worksheet.Viewing.IWorksheetController,System.Boolean,System.Boolean)"]

See Also