XYScatterPointInformation Constructor |
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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