BuiltinLinRegArray2 Constructor

GF Charts Help

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public LinRegArray2(
	double[] IndepArray,
	double[] DepArray,
	Series Size,
	Series TgtPos,
	numeric oLRSlope,
	numeric oLRAngle,
	numeric oLRIntercept,
	numeric oLRValueRaw
)

Parameters

IndepArray
Type: SystemDouble
DepArray
Type: SystemDouble
Size
Type: GF.Clients.Charts.TimeSeriesSeries
TgtPos
Type: GF.Clients.Charts.TimeSeriesSeries
oLRSlope
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
oLRAngle
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
oLRIntercept
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
oLRValueRaw
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
See Also

Reference