Returns axis value corresponding to the specified SmartValue.

Namespace:  PerpetuumSoft.Charts
Assembly:  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
)

See Also