PlotCommands3DCreatePlotItems(IEnumerableDataColumn, G3DPlotStyleCollection, IReadOnlyPropertyBag) Method |
Creates 3D plot items from the specified columns.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static List<IGPlotItem> CreatePlotItems(
IEnumerable<DataColumn> selectedColumns,
G3DPlotStyleCollection templatePlotStyle,
IReadOnlyPropertyBag context
)
Parameters
- selectedColumns IEnumerableDataColumn
- The selected columns.
- templatePlotStyle G3DPlotStyleCollection
- The template plot style.
- context IReadOnlyPropertyBag
- The property context used to determine default values.
Return Value
ListIGPlotItemThe created plot items.
See Also