ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Enumerator of this collections axes.
Gets an enumerator object for iterating the axes contained in this collection.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Return Value
Type: IEnumeratorAxisEnumerator of this collections axes.
Implements
IEnumerableTGetEnumeratorRemarks
This function is hiding the base type Group implementation GetEnumerator. It returns the nodes as Axis instead of the more general base type Group. Call the base types GetEnumerator directly in order to get the axes as Node objects.
[ILNumerics Visualization Engine]
See Also