Click or drag to resize

GraphDocumentOtherActions Class

Provides miscellaneous commands for three-dimensional graph documents.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.CommandsGraphDocumentOtherActions

Namespace: Altaxo.Graph.Graph3D.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class GraphDocumentOtherActions

The GraphDocumentOtherActions type exposes the following members.

Methods
 NameDescription
Public Extension MethodDeleteLayer Deletes the layer specified by index layerNumber.
Public Extension MethodMoveLayerToPosition Moves the layer specified by index sourcePosition to index destposition.
Public Extension MethodOnUserRescaledAxes(GraphDocument) This command will rescale all axes in all layers
Public methodStatic memberOnUserRescaledAxes(IEnumerableGraphDocument) This command will rescale all axes in all layers of all graph documents provided in docs.
Public Extension MethodShowLayerDialog Shows the dialog for the layer specified by layerNumber.
Public Extension MethodShowMoveLayerToPositionDialog Shows the dialog that lets the user move a layer to another position.
Public Extension MethodShowPropertyDialog Shows the property dialog of the specified graph document.
Public Extension MethodShowRenameDialog Shows a dialog that lets the user rename the graph document.
Top
See Also