Click or drag to resize

G2DPlotStyleCollectionGetEnumerator Method

Returns an enumerator for the styles in the collection.

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

Return Value

IEnumeratorIG2DPlotStyle
An enumerator.

Implements

IEnumerableTGetEnumerator
See Also