Click or drag to resize

PlotItemCollectionGetEnumerator Method

Returns an enumerator for the contained plot items.

Namespace: Altaxo.Graph.Graph3D.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 over the plot items.

Implements

IEnumerableTGetEnumerator
See Also