IPlot |
The IPlotRange 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, use GetOriginalRowIndexFromPlotPointIndex(Int32). | |
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, use GetOriginalRowIndexFromPlotPointIndex(Int32). |