Click or drag to resize

LinkedScale(Scale, Int32) Constructor

Note: This API is now obsolete.

Initializes a new instance of the LinkedScale class

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[ObsoleteAttribute("Only for old deserialization purposes")]
public LinkedScale(
	Scale scaleToWrap,
	int scaleNumberLinkedTo
)

Parameters

scaleToWrap  Scale

[Missing <param name="scaleToWrap"/> documentation for "M:Altaxo.Graph.Scales.LinkedScale.#ctor(Altaxo.Graph.Scales.Scale,System.Int32)"]

scaleNumberLinkedTo  Int32

[Missing <param name="scaleNumberLinkedTo"/> documentation for "M:Altaxo.Graph.Scales.LinkedScale.#ctor(Altaxo.Graph.Scales.Scale,System.Int32)"]

See Also