Click or drag to resize

DropLinePlotStyle(DropLinePlotStyle) Constructor

Initializes a new instance of the DropLinePlotStyle class by copying another instance.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DropLinePlotStyle(
	DropLinePlotStyle from
)

Parameters

from  DropLinePlotStyle
The instance to copy from.
See Also