Click or drag to resize

XYZColumnPlotDataPlotRangeEnd Property

One more than the index to the last valid plot data point. This is not the number of plottable points!

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

Property Value

Int32
Remarks
This is not neccessarily (PlotRangeStart+PlotRangeLength), but always less or equal than this. This is because the underlying arrays can be smaller than the proposed plot range.
See Also