PlotRangeCompoundWithUpperBoundShortenedBy Method |
Shortens the upper boundary by the number of points provided in the parameter.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IPlotRange WithUpperBoundShortenedBy(
int count
)
Parameters
- count Int32
- The number of points to shorten the upper bound. Must be greater than or equal to 0.
Return Value
IPlotRangeA new plot range where the upper boundary is shortened.
Implements
IPlotRangeWithUpperBoundShortenedBy(Int32)See Also