Click or drag to resize

PlotCommands3DCreatePlotItems(DataTable, IAscendingIntegerCollection, G3DPlotStyleCollection) Method

Creates 3D 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,
	G3DPlotStyleCollection templatePlotStyle
)

Parameters

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

Return Value

ListIGPlotItem
The created plot items.
See Also