Plot |
The PlotRange type exposes the following members.
Name | Description | |
---|---|---|
Length | Number of points in this plot range. | |
LowerBound | First index of a contiguous plot range in the plot point array (i.e. in the array of processed plot point data, not in the original data column). To calculate from which row index in the original data column this comes from, add to this value OffsetToOriginal. | |
OffsetToOriginal | This gives the offset of an index in the plot point array to the original data row index. | |
OriginalFirstPoint | Row index of the first point of this plot range in the original data column. | |
OriginalLastPoint | Row index of the last point of this plot range in the original data column. | |
UpperBound | Last index + 1 of a contiguous plot range in the plot point array (i.e. in the array of processed plot point data, not in the original data column). To calculate from which row index in the original data column this comes from, add to this value OffsetToOriginal. |