Click or drag to resize

PlotRangeLowerBound Property

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, 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 LowerBound { get; set; }

Property Value

Int32

Implements

IPlotRangeLowerBound
See Also