Click or drag to resize

ResizeGraphOptionsInitializeOldValues Method

Initializes the values associated with the graph before resizing.

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

Parameters

doc  GraphDocument
The document.
See Also