C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / TrendLine Class / Approximate Method
X value.

In This Topic
Approximate Method (TrendLine)
In This Topic
Approximate y-value by given x.
Syntax
'Declaration
 
Public Function Approximate( _
   ByVal x As System.Double _
) As System.Double
 

Parameters

x
X value.

Return Value

Approximated Y-value.
See Also