SyntaxFix
Write A Post
Hire A Developer
Questions
Regarding a previous answer
if (B) y = offset + slope*x
then (C) offset = y/(slope*x) is wrong
(C) should be:
offset = y-(slope*x)
See: http://zedgraph.org/wiki/index.php?title=Trend