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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic int PlotRangeEnd { get; }Property Value
Int32
RemarksThis 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