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.3179.0 (4.8.3179.0)
Syntax
C#
public DropLinePlotStyle(
	CSPlaneID planeID,
	PenX3D pen
)

Parameters

planeID  CSPlaneID

[Missing <param name="planeID"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.DropLinePlotStyle.#ctor(Altaxo.Graph.CSPlaneID,Altaxo.Drawing.D3D.PenX3D)"]

pen  PenX3D

[Missing <param name="pen"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.DropLinePlotStyle.#ctor(Altaxo.Graph.CSPlaneID,Altaxo.Drawing.D3D.PenX3D)"]

See Also