Click or drag to resize

PlotCommandsCreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) Method

Creates plot items from the selected worksheet columns.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static List<IGPlotItem> CreatePlotItems(
	DataTable table,
	IAscendingIntegerCollection selectedColumns,
	G2DPlotStyleCollection templatePlotStyle
)

Parameters

table  DataTable
The source table.
selectedColumns  IAscendingIntegerCollection
The selected column indices.
templatePlotStyle  G2DPlotStyleCollection
The template plot style.

Return Value

ListIGPlotItem
The created plot items.
See Also