Click or drag to resize

AxisCreationArgumentsMoveAxis Property

Gets or sets a value indicating whether to move a axis style or to copy it..

Namespace: Altaxo.Gui.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool MoveAxis { get; set; }

Property Value

Boolean
If , the new axis should be created from the template axis, and then the template axis should be removed. If , the new axis should be created as a copy of the template axis, but the template axis must not be removed.
See Also