XYZScatterPointInformation Constructor |
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic XYZScatterPointInformation(
PointD3D layerCoordinates,
int rowIndex,
int plotIndex
)
Parameters
- layerCoordinates PointD3D
- 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