Click or drag to resize

PlotCommands3DCreatePlotItems(IEnumerableDataColumn, G3DPlotStyleCollection, IReadOnlyPropertyBag) Method

Creates 3D plot items from the specified columns.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

ListIGPlotItem
The created plot items.
See Also