Click or drag to resize

LinearScaleCopyFrom Method

Copies the state from another deprecated LinearScale.

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

Parameters

from  LinearScale
The instance to copy from.
See Also