IPlotRangeWithUpperBoundShortenedBy 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 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.
See Also