Click or drag to resize

LinearScale(LinearScale) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LinearScale(
	LinearScale from
)

Parameters

from  LinearScale
A other linear axis from which to copy from.
See Also