Click or drag to resize

GraphControllerArrange Method

Arranges the objects so they share a common boundary.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Arrange(
	GraphControllerArrangeElement arrange
)

Parameters

arrange  GraphControllerArrangeElement
Routine that determines how to arrange the element with respect to the master element.
See Also