Click or drag to resize

XYScatterPointInformation Constructor

Initializes a new instance of the XYScatterPointInformation class.

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

Parameters

layerCoordinates  PointF
The layer coordinates of the point.
rowIndex  Int32
The row index in the underlying data source.
plotIndex  Int32
The index of the plotted point.
See Also