Click or drag to resize

GridPlaneCollectionAdd Method

Adds a plane to the collection.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	GridPlane plane
)

Parameters

plane  GridPlane
The plane to add.
See Also