Click or drag to resize

WaterfallTransform(WaterfallTransform) Constructor

Copy constructor of a waterfall plot style.

Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public WaterfallTransform(
	WaterfallTransform from
)

Parameters

from  WaterfallTransform
The waterfall plot style to copy from.
See Also