Click or drag to resize

PlotItemCollectionAddRange Method

Adds a range of plot items to the collection.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddRange(
	IEnumerable<IGPlotItem> items
)

Parameters

items  IEnumerableIGPlotItem
The items to add.
See Also