Click or drag to resize

LinearScaleCopyFrom(LinearScale) Method

Copies the state from another linear scale.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	LinearScale from
)

Parameters

from  LinearScale
The scale to copy from.
See Also