Click or drag to resize

PlotCommands3DCreatePlotItems(DataTable, IAscendingIntegerCollection, G3DPlotStyleCollection) Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]


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

Parameters

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

selectedColumns  IAscendingIntegerCollection

[Missing <param name="selectedColumns"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

templatePlotStyle  G3DPlotStyleCollection

[Missing <param name="templatePlotStyle"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

Return Value

ListIGPlotItem

[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

See Also