Click or drag to resize

PlotRange(Int32, Int32) Constructor

Initializes a new instance of the PlotRange class.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlotRange(
	int lower,
	int upper
)

Parameters

lower  Int32
The lower index of the range in the plot point array.
upper  Int32
The upper index of the range in the plot point array, that is, one greater than the last included index.
See Also