Calculates the value of the TrendLine at specified X value.
[Visual Basic]
Function GetY( _
ByVal x As Double _
) As Double
[C#]
double GetY(
double x
);
[Delphi]
function GetY(
x: Double
): Double;
Parameters
x
Parameter.
Return Value
Double.
See Also
ICustomTrendLine Interface | ICustomTrendLine Members | C1.Win.C1Chart Namespace | ICustomTrendLine Interface
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |