PlotCommandsCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) Method |
Creates a list of plot items from data columns, using a template plot style.
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,
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
ListIGPlotItemList of plot items created.
See Also