Click or drag to resize

PlotCommandsCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands.CreatePlotItems(System.Collections.Generic.IEnumerable{Altaxo.Data.DataColumn},Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection,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,
	G2DPlotStyleCollection templatePlotStyle,
	IReadOnlyPropertyBag context
)

Parameters

selectedColumns  IEnumerableDataColumn

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

templatePlotStyle  G2DPlotStyleCollection

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

context  IReadOnlyPropertyBag

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

Return Value

ListIGPlotItem

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

See Also