Click or drag to resize

XYZScatterPointInformation Constructor

Constructor.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYZScatterPointInformation(
	PointD3D layerCoordinates,
	int rowIndex,
	int plotIndex
)

Parameters

layerCoordinates  PointD3D

[Missing <param name="layerCoordinates"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZScatterPointInformation.#ctor(Altaxo.Geometry.PointD3D,System.Int32,System.Int32)"]

rowIndex  Int32

[Missing <param name="rowIndex"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZScatterPointInformation.#ctor(Altaxo.Geometry.PointD3D,System.Int32,System.Int32)"]

plotIndex  Int32

[Missing <param name="plotIndex"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZScatterPointInformation.#ctor(Altaxo.Geometry.PointD3D,System.Int32,System.Int32)"]

See Also