Returns axis value corresponding to the specified SmartValue.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public double GetValueFromSmartValue( SmartValue smartValue )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetValueFromSmartValue ( _ smartValue As SmartValue _ ) As Double  | 
| Visual C++ | 
|---|
public: double GetValueFromSmartValue( SmartValue smartValue )  | 
Parameters
- smartValue
 - Type: PerpetuumSoft.Instrumentation.Model..::.SmartValue