Click or drag to resize

LinkedScaleCollectionCopyFrom Method

Copies the state from another LinkedScaleCollection.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	LinkedScaleCollection from
)

Parameters

from  LinkedScaleCollection
The instance to copy from.
See Also