PlotCommandsCreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) Method |
Creates 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,
G2DPlotStyleCollection templatePlotStyle
)
Parameters
- table DataTable
- The source table.
- selectedColumns IAscendingIntegerCollection
- The selected column indices.
- templatePlotStyle G2DPlotStyleCollection
- The template plot style.
Return Value
ListIGPlotItemThe created plot items.
See Also