AxisCreationArgumentsMoveAxis Property |
Gets or sets a value indicating whether to move a axis style or to copy it..
Namespace: Altaxo.Gui.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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