Initializes a new instance of the Bounds class that intializes this bound min and max value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Bounds(
	double min,
	double max
)
Visual Basic (Declaration)
Public Sub New ( _
	min As Double, _
	max As Double _
)
Visual C++
public:
Bounds(
	double min, 
	double max
)

Parameters

min
Type: System..::.Double
max
Type: System..::.Double

See Also