﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / General usage  / Trendlines are not shown / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Wed, 07 Jan 2009 17:04:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Trendlines are not shown</title><link>http://www.fusioncharts.com/forum/Topic605-28-1.aspx</link><description>yes. thanks that solved the problem!!</description><pubDate>Wed, 28 Mar 2007 04:01:20 GMT</pubDate><dc:creator>christian.trummer</dc:creator></item><item><title>RE: Trendlines are not shown</title><link>http://www.fusioncharts.com/forum/Topic605-28-1.aspx</link><description>You need to set [code]&amp;lt;chart SyAxisMaxValue='95'..&amp;gt;[/code]&lt;/P&gt;&lt;P&gt;That sets the y-max for secondary axis.</description><pubDate>Wed, 28 Mar 2007 03:34:29 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>Trendlines are not shown</title><link>http://www.fusioncharts.com/forum/Topic605-28-1.aspx</link><description>hi there&lt;BR&gt;&lt;BR&gt;heres is my graph xml&lt;BR&gt;&lt;BR&gt;[code]&lt;BR&gt;[graph caption="Leistung zusammengefasst" animation="1" showvalues="1" &lt;BR&gt;shownames="1" showLegend="1" XAxisName="Datum" rotateNames="0" &lt;BR&gt;bgColor="FFFFFF" canvasBorderColor="FFFFFF" decimalSeparator="," &lt;BR&gt;thousandSeparator="." formatNumberScale="0" PYAxisName="Stueck" &lt;BR&gt;SYAxisName="Prozent"]&lt;BR&gt;[categories]&lt;BR&gt;[category name="2007-02-05"/]&lt;BR&gt;[category name="2007-02-06"/]&lt;BR&gt;[category name="2007-02-07"/]&lt;BR&gt;[/categories]&lt;BR&gt;[dataset seriesName="Theoretische Stück" parentYAxis="P" color="3333ff"]&lt;BR&gt;[set value="99585"/]&lt;BR&gt;[set value="67847"/]&lt;BR&gt;[set value="88649"/]&lt;BR&gt;[/dataset]&lt;BR&gt;[dataset seriesName="Produzierte Menge" parentYAxis="P" color="009900"]&lt;BR&gt;[set value="31329"/]&lt;BR&gt;[set value="34766"/]&lt;BR&gt;[set value="22363"/]&lt;BR&gt;[/dataset]&lt;BR&gt;[dataset seriesName="OEE (%)" parentYAxis="S" color="666666" yAxisMaxValue="95"]&lt;BR&gt;[set value="31.45"/]&lt;BR&gt;[set value="52.39"/]&lt;BR&gt;[set value="25.22"/]&lt;BR&gt;[/dataset]&lt;BR&gt;[trendlines]&lt;BR&gt;[line color="#ff0000" displayvalue="Referenz" startValue="90" parentYAxis="S"/]&lt;BR&gt;[/trendlines]&lt;BR&gt;[/graph]&lt;BR&gt;&lt;BR&gt;[/code]&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;so i have a trendline for the second plot&lt;BR&gt;but its not shown because its much bigger than the values in it like 31, 52, 25&lt;BR&gt;when i use a trendline with startvalue = 25 everything works fine&lt;BR&gt;i tried to set the yAxisMaxValue=95 but that doesn't work!!</description><pubDate>Thu, 22 Mar 2007 06:40:54 GMT</pubDate><dc:creator>christian.trummer</dc:creator></item></channel></rss>