Initializes a new instance of the Bounds, this bound includes one value specified by a given parameter.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Bounds( double value )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ value As Double _ )  | 
| Visual C++ | 
|---|
public: Bounds( double value )  | 
Parameters
- value
 - Type: System..::.Double