Click or drag to resize

DropLinePlotStyle(CSPlaneID, PenX3D) Constructor

Initializes a new instance of the DropLinePlotStyle class.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DropLinePlotStyle(
	CSPlaneID planeID,
	PenX3D pen
)

Parameters

planeID  CSPlaneID
The initial drop-target plane.
pen  PenX3D
The pen used for drawing.
See Also