Click or drag to resize

PlotRange(PlotRange) Constructor

Initializes a new instance of the PlotRange class by copying another range.

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

Parameters

a  PlotRange
The range to copy.
See Also