rsp Report post Posted April 11, 2013 Hi . Can you add a horizontal and a vertical fixed line to the bar graph? Share this post Link to post Share on other sites
Haritha Report post Posted April 12, 2013 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