Click or drag to resize

PlotRangeCompoundWithUpperBoundExtendedBy Method

Extends the upper boundary by the number of points provided in the parameter.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

IPlotRange
A new plot range where the upper boundary is extended.

Implements

IPlotRangeWithUpperBoundExtendedBy(Int32)
See Also