Click or drag to resize

Log10Scale(Log10Scale) Constructor

Copy constructor.

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

Parameters

from  Log10Scale
The axis to copy from.
See Also