Click or drag to resize

PlotRange Properties

The PlotRange type exposes the following members.

Properties
 NameDescription
Public propertyLength Number of points in this plot range.
Public propertyLowerBound 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.
Public propertyCode exampleOffsetToOriginal This gives the offset of an index in the plot point array to the original data row index.
Public propertyOriginalFirstPoint Row index of the first point of this plot range in the original data column.
Public propertyOriginalLastPoint Row index of the last point of this plot range in the original data column.
Public propertyUpperBound 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.
Top
See Also