Plot |
public class PlotRangeCompound : IPlotRange
The PlotRangeCompound type exposes the following members.
| Name | Description | |
|---|---|---|
| PlotRangeCompound | Initializes a new instance of the PlotRangeCompound class. |
| 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). |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetOriginalRowIndexFromPlotPointIndex | Returns the row index in the original data column in dependence on the plot point index. Thus, if the argument is set to LowerBound, the return value is OriginalFirstPoint. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithUpperBoundExtendedBy | Extends the upper boundary by the number of points provided in the parameter. | |
| WithUpperBoundShortenedBy | Shortens the upper boundary by the number of points provided in the parameter. |