Click or drag to resize

XYScatterPointInformation Constructor

Constructor.

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

Parameters

layerCoordinates  PointF

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

rowIndex  Int32

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

plotIndex  Int32

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

See Also