Click or drag to resize

PlotCommandsCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) Method

Creates a list of plot items from data columns, using a template plot style.

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,
	G2DPlotStyleCollection templatePlotStyle,
	IReadOnlyPropertyBag context
)

Parameters

selectedColumns  IEnumerableDataColumn
Columns for which to create plot items.
templatePlotStyle  G2DPlotStyleCollection
The template plot style used to create the basic plot item.
context  IReadOnlyPropertyBag
Property context used to determine default values, e.g. for the pen width or symbol size.

Return Value

ListIGPlotItem
List of plot items created.
See Also