Ravichandran Report post Posted February 11, 2012 Hi Developers, I am trying to display Histogram chart with vertical line. below coding not fulfilled my requirement. Column2D chart <graph caption= 'Histogram' rotateNames='0' animation='0' showValues='0' plotSpacePercent = '0' showXAxisValues='0' > <set name='19.5' value='22' color= "0080FF" /> <set name='22.5' value='15' color= "0080FF" /> <vLine label='LSL : 25' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759'thickness='3' alpha='60' /> <set name='25.5' value='19' color= "0080FF" /> <set name='28.5' value='19' color= "0080FF" /> <vLine label='USL : 30' linePosition='0' showLabelBorder='' llabelHAlign='left' labelVAlign='bottom' color='E74759' thickness='3' alpha='60' /> <set name='31.5' value='20' color= "0080FF" /> <set name='34.5' value='4' color= "0080FF" /> <set name='37.5' value='1' color= "0080FF" /> </graph> I attached image that will say my requirement clearly. Anybody could help me to achieve my requirement will be appreciating. Thanks in Advance. Regards, Ravichandran. P Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 13, 2012 Greetings. I am afraid, FusionCharts Free does not support 'vLines' attribute. For more information, please refer the following links: http://www.fusioncharts.com/goodies/fusioncharts-free/ http://www.fusioncharts.com/goodies/fusioncharts-free/compare/ Hope this helps. Share this post Link to post Share on other sites