[]
Calculates the value of the TrendLine at the specified value of X.
public double GetY(double x)
| Type | Name | Description |
|---|---|---|
| double | x | X value |
| Type | Description |
|---|---|
| double | Calculated y value. |
This method only applies to TrendLines types that perform regressions.