Click or drag to resize

PlotItemCollectionAddRange Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.PlotItemCollection.AddRange(System.Collections.Generic.IEnumerable{Altaxo.Graph.Gdi.Plot.IGPlotItem})"]


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

Parameters

items  IEnumerableIGPlotItem

[Missing <param name="items"/> documentation for "M:Altaxo.Graph.Gdi.Plot.PlotItemCollection.AddRange(System.Collections.Generic.IEnumerable{Altaxo.Graph.Gdi.Plot.IGPlotItem})"]

See Also