Click or drag to resize

PlotItemCollectionGetEnumerator Method

Returns an enumerator over the plot items.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerator<IGPlotItem> GetEnumerator()

Return Value

IEnumeratorIGPlotItem
An enumerator.

Implements

IEnumerableTGetEnumerator
See Also