PlotItemCollectionAddRange Method |
Adds a range of plot items to the collection.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddRange(
IEnumerable<IGPlotItem> items
)
Parameters
- items IEnumerableIGPlotItem
- The items to add.
See Also