LinearScaleCopyFrom(LinearScale) Method |
Copies the state from another linear scale.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CopyFrom(
LinearScale from
)
Parameters
- from LinearScale
- The scale to copy from.
See Also