Click or drag to resize

PlotRangeCompoundWithUpperBoundShortenedBy Method

Shortens 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 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

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

Implements

IPlotRangeWithUpperBoundShortenedBy(Int32)
See Also