Click or drag to resize

DropLinePlotStyle(IEnumerableCSPlaneID, 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(
	IEnumerable<CSPlaneID> planeIDs,
	PenX pen
)

Parameters

planeIDs  IEnumerableCSPlaneID
The target planes.
pen  PenX
The pen used for drawing.
See Also