<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — add interpolation / trend line for a point series]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=1105</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=1105&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in add interpolation / trend line for a point series.]]></description>
		<lastBuildDate>Sun, 23 Sep 2018 21:57:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: add interpolation / trend line for a point series]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3223#p3223</link>
			<description><![CDATA[<p>I am so glad you ask as the newest beta version (<a href="https://www.padowan.dk/beta/">https://www.padowan.dk/beta/</a>) has functionality for this. There are two methods for this in TPointSeries: CreateTrendline and CreateModelTrendline</p><p>The following shows how to use the two methods. They are basically the same as the two tabs in the <em>Insert trendline</em> dialog.<br /></p><div class="codebox"><pre><code>Trendline = PointSeries.CreateTrendline(Graph.ttPower)
Trendline2 = PointSeries.CreateModelTrendline(&quot;$a*x^$b+$c&quot;, {&quot;$a&quot;: 27, &quot;$b&quot;: 0.5})</code></pre></div><p>I can see that the documentation for the two methods is placed under the Graph module instead of TPointSeries in the plugin documentation. I will get that fixed.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sun, 23 Sep 2018 21:57:18 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3223#p3223</guid>
		</item>
		<item>
			<title><![CDATA[add interpolation / trend line for a point series]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3222#p3222</link>
			<description><![CDATA[<p>i am able to add a point series and now want to use interpolation function of graph<br />how to get interpolation curve programmatically.<br />i am interested to draw trend line for any point series<br />anand</p>]]></description>
			<author><![CDATA[null@example.com (anandstudy1973)]]></author>
			<pubDate>Sun, 23 Sep 2018 18:52:29 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3222#p3222</guid>
		</item>
	</channel>
</rss>
