PlotRangeCompoundWithUpperBoundExtendedBy Method |
Extends 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 WithUpperBoundExtendedBy(
int count
)
Parameters
- count Int32
- The number of points to extend the upper bound. Must be greater than or equal to 0.
Return Value
IPlotRangeA new plot range where the upper boundary is extended.
Implements
IPlotRangeWithUpperBoundExtendedBy(Int32)See Also