ComponentOne Chart for .NET (2.0) Search HelpCentral 

TrendLine.GetY Method

Calculates the value of the TrendLine at the specified value of X.

[Visual Basic]

Public Function GetY( _

ByVal x As Double _

) As Double

[C#]

public double GetY(

double x

);

[Delphi]

public function GetY(

x: Double

): Double;

Parameters

x

X value

Return Value

Calculated y value.

Remarks

This method only applies to TrendLines types that perform regressions.

See Also

TrendLine Class | TrendLine Members | C1.Win.C1Chart Namespace | TrendLine Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.