Click or drag to resize

PlottingRangeController(ContiguousNonNegativeIntegerRange) Constructor

Initializes a new instance of the PlottingRangeController class.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlottingRangeController(
	ContiguousNonNegativeIntegerRange doc
)

Parameters

doc  ContiguousNonNegativeIntegerRange
The plotting range document.
See Also