Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues and GetYValues methods.
[Visual Basic]
Sub Calculate( _
ByVal tl As TrendLine, _
ByVal x As Double(), _
ByVal y As Double() _
)
Parameters
tl
TrendLine.
x
X value,
y
Y value.
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. |