AbstractGraphControllerCommandRun Method |
Override this function for adding own worksheet commands. You will get
the worksheet controller in the parameter.
Namespace: Altaxo.Graph.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void Run(
GraphController ctrl
)
Parameters
- ctrl GraphController
- The worksheet controller this command is applied to.
See Also