Click or drag to resize

GraphController.Arrange Method

Arranges the objects so they share a common boundary.

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

Parameters

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