Click or drag to resize

DropLinePlotStyle(CSPlaneID, PenX) Constructor

Initializes a new instance of the DropLinePlotStyle class.

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

Parameters

planeID  CSPlaneID
The target plane.
pen  PenX
The pen used for drawing.
See Also