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.3179.0 (4.8.3179.0)
Syntax
C#
public PlotRange(
	int lower,
	int upper
)

Parameters

lower  Int32

[Missing <param name="lower"/> documentation for "M:Altaxo.Graph.Plot.Data.PlotRange.#ctor(System.Int32,System.Int32)"]

upper  Int32

[Missing <param name="upper"/> documentation for "M:Altaxo.Graph.Plot.Data.PlotRange.#ctor(System.Int32,System.Int32)"]

See Also