Click or drag to resize

PlotRangeCompound Properties

The PlotRangeCompound 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, use GetOriginalRowIndexFromPlotPointIndex(Int32).
Public propertyOriginalFirstPoint Row index of the first point of this plot range in the original data column.
Public propertyOriginalLastPoint 
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, use GetOriginalRowIndexFromPlotPointIndex(Int32).
Top
See Also