Click or drag to resize

PlotCommandsCreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) Method

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


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,
	G2DPlotStyleCollection templatePlotStyle
)

Parameters

table  DataTable

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

selectedColumns  IAscendingIntegerCollection

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

templatePlotStyle  G2DPlotStyleCollection

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

Return Value

ListIGPlotItem

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

See Also