PlotRange(PlotRange) Constructor |
Initializes a new instance of the
PlotRange class by copying another range.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PlotRange(
PlotRange a
)
Parameters
- a PlotRange
- The range to copy.
See Also