Click or drag to resize

PlotRangeUpperBound 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, add to this value OffsetToOriginal.

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

Property Value

Int32

Implements

IPlotRangeUpperBound
See Also