PlotCommands3DCreatePlotItems(DataTable, IAscendingIntegerCollection, G3DPlotStyleCollection) Method |
Creates 3D plot items from the selected worksheet columns.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ListIGPlotItemThe created plot items.
See Also