Click or drag to resize

DensityImageLegendControllerEhCmdCreateOrMoveAxis Method

Handles the command to create or move the axis.

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhCmdCreateOrMoveAxis(
	bool moveAxis
)

Parameters

moveAxis  Boolean
true to move an existing axis; false to create a new axis.
See Also