Click or drag to resize

LinkedScale(Scale) Constructor

Initializes a new instance of the LinkedScale class.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LinkedScale(
	Scale scaleToWrap
)

Parameters

scaleToWrap  Scale
The wrapped scale.
See Also