Click or drag to resize

Graph3DController(GraphDocument) Constructor

Creates a GraphController which shows the GraphDocumentgraphdoc.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Graph3DController(
	GraphDocument graphdoc
)

Parameters

graphdoc  GraphDocument
The graph which holds the graphical elements.
See Also