Click or drag to resize

ResizeGraphOptionsResizeGraph Method

Resizes a graph according to the options stored in this instance.

Namespace: Altaxo.Graph.Graph2D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ResizeGraph(
	GraphDocument doc
)

Parameters

doc  GraphDocument
The graph to resize..
See Also