Click or drag to resize

IPlotRangeUpperBound Property

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).

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int UpperBound { get; }

Property Value

Int32
See Also