Sign in to follow this  
rsp

Bar Graph

Recommended Posts

Hi,

 

Trend lines can be used to add vertical lines to the Bar Chart.Trend lines are lines spanning the chart canvas which aid in interpretation of data with respect to some pre-determined value. For example, if you are plotting sales data of current year, you might want to add previous year's average monthly sales as trend indicator for ease of comparison.

 

Eg.<trendLines>

  <line startValue='895' color='FF0000' displayValue='Average' />

</trendLines>

 

vLines can be used to add horizontal lines to a Bar Chart. vLines are lines that help you separate blocks of data.For example, if you're plotting a chart showing monthly sales from October 2005-Mar 2006, you might want to plot a vertical separator line between Dec 2005 and January 2006 to indicate end of year.

 

Eg. <vLine color='FF5904' thickness='2' />

 

For more information, you may please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/Bar2D.html

 

Hope this helps. :)

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