Click or drag to resize

GraphController(GraphDocument) Constructor

Creates a GraphController which shows the GraphDocumentgraphdoc.

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

Parameters

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