Click or drag to resize

LinearScale(LinearScale) Constructor

Copy constructor.

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

Parameters

from  LinearScale
Another linear scale from which to copy.
See Also