Click or drag to resize

PlotCommands3DCreatePlotItems(IEnumerableDataColumn, G3DPlotStyleCollection, IReadOnlyPropertyBag) Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]


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(
	IEnumerable<DataColumn> selectedColumns,
	G3DPlotStyleCollection templatePlotStyle,
	IReadOnlyPropertyBag context
)

Parameters

selectedColumns  IEnumerableDataColumn

[Missing <param name="selectedColumns"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

templatePlotStyle  G3DPlotStyleCollection

[Missing <param name="templatePlotStyle"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

Return Value

ListIGPlotItem

[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also