Click or drag to resize

Margin0PercentRun Method

Override this function to implement custom graph commands.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Run(
	GraphController ctrl
)

Parameters

ctrl  GraphController
The graph controller this command is applied to.
See Also