GraphDocumentOtherActionsOnUserRescaledAxes(IEnumerableGraphDocument) Method |
This command will rescale all axes in all layers of all graph documents provided in docs.
Namespace: Altaxo.Graph.Graph3D.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void OnUserRescaledAxes(
IEnumerable<GraphDocument> docs
)
Parameters
- docs IEnumerableGraphDocument
- The graph documents to rescale.
See Also