Click or drag to resize

InverseScale(InverseScale) Constructor

Copy constructor.

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

Parameters

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