Click or drag to resize

PlotRangeOffsetToOriginal Property

This gives the offset of an index in the plot point array to the original data row index.

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

Property Value

Int32
Example
If the LowerBound=4 and UpperBound==6, this means points 4 to 6 in the array of plot point locations (!) will be a contiguous range of plot points, and for this, they are connected by a line etc. If OffsetToOriginal is 5, this means the point at index 4 in the plot point location array was created from row index 4+5=9, i.e. from row index 9 in the DataColumn.
See Also