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.3179.0 (4.8.3179.0)
Syntax public int PlotRangeEnd { get; }
Property Value
Int32Remarks 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