pcjeffmac Report post Posted June 8, 2009 Can I add a virticle trend line with the MSLine graph? I am using $FC->addDatasetsFromDatabase($dataset, "timestamp", $values, $s); and I want to add a virticle trend line at this date. $FC->addVTrendLine("startValue=03-1-2009;endValue=03-1-2009;alpha=5;color=00FF00"); Share this post Link to post Share on other sites
saptarshi Report post Posted June 10, 2009 Hello, I am afraid, the vTrendLine attribute is not supported in the MS2DLine chart. Share this post Link to post Share on other sites
pcjeffmac Report post Posted July 13, 2009 Will this be added in a future release or do I need to build the graph in a different way? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 14, 2009 Hello , The MSLine chart, as Saptarshi has mentioned, does not support the vTrendLine attribute. However, vLines can be used to serve a similar purpose, if not the same. vLines are vertical separator lines that help you separate blocks of data. Could you please go through the documentation page on the same and see whether this feature suits your issue. The link is given by: http://www.fusioncharts.com/Docs/Contents/ChartSS/MSLine.html#Anchor17 I hope this helps. Share this post Link to post Share on other sites