Sign in to follow this  
saptarshi

virticle trend line with MSLine?

Recommended Posts

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
Guest Rajroop

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. :P

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this