Click or drag to resize

RangeOfRowIndicesLastInclusive Property

Gets the end of the range (the index of the last data row that will be plotted).

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int LastInclusive { get; }

Property Value

Int32
The end of the range (inclusive).
See Also