Click or drag to resize

GraphDocumentOtherActionsOnUserRescaledAxes(IEnumerableGraphDocument) Method

This command will rescale all axes in all layers of all graph documents provided in docs.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void OnUserRescaledAxes(
	IEnumerable<GraphDocument> docs
)

Parameters

docs  IEnumerableGraphDocument
The graph documents to rescale.
See Also