Click or drag to resize

XYScatterPointInformationPlotIndex Property

Index of plot point, i.e. the number of points plotted before the point. Since it is possible that some points are invalid, this number can be smaller than RowIndex.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int PlotIndex { get; set; }

Property Value

Int32
See Also