ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ICustomTrendLine.Calculate Method

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() _

)

[C#]

void Calculate(

TrendLine tl,

double[] x,

double[] y

);

[Delphi]

procedure Calculate(

tl: TrendLine;

x: Double();

y: 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.