Click or drag to resize

Log10ScaleCopyFrom(Log10Scale) Method

Copies the values from another Log10Scale instance.

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

Parameters

from  Log10Scale
The instance to copy from.
See Also