PlotRange(Int32, Int32) Constructor | 
Initializes a new instance of the 
PlotRange class
 Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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