Returns coordinates of the point corresponding to the specified value.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public double ValueToBoundedCoordinate( double value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ValueToBoundedCoordinate ( _ value As Double _ ) As Double  | 
| Visual C++ | 
|---|
public: double ValueToBoundedCoordinate( double value )  | 
Parameters
- value
 - Type: System..::.Double