Click or drag to resize

DateTimeScaleCopyFrom Method

Copies values from the specified source.

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

Parameters

from  DateTimeScale
The source scale to copy from.
See Also