rajasekarank Report post Posted January 5, 2010 Hi, Thanks To Fusion Charts for excellent work!!!.... :cool: Im using Fusion Charts V3.1. Im having 4 trendlines in the Scatter chart with long displayValue. I need to wrap the values. Is it possible to wrap the displayValues? <vTrendlines> <line startValue='0' endValue='1' alpha='0' displayValue='Need To Improve'/> <line startValue='1' endValue='2' alpha='0' displayValue='Improved But Still Need to Improve'/> <line startValue='2' endValue='3' alpha='0' displayValue='Gud Working But Still can Improve'/> <line startValue='3' endValue='4' alpha='0' displayValue='Very Gud in Working'/> </vTrendlines> Please help me out. Thanks in Advance, Rajasekaran K Share this post Link to post Share on other sites
Guest Rajroop Report post Posted January 5, 2010 Hey there, Thanks you for your kind words. Could you please use for this and see if it helps? <vTrendlines> <line startValue='0' endValue='1' alpha='0' displayValue='Need To Improve'/> <ine startValue='1' endValue='2' alpha='0' displayValue='Improved But Still Need to Improve'/> <line startValue='2' endValue='3' alpha='0' displayValue='Gud Working But Still can Improve'/> <line startValue='3' endValue='4' alpha='0' displayValue='Very Gud in Working'/> </vTrendlines> Share this post Link to post Share on other sites
rajasekarank Report post Posted January 5, 2010 Hi Rajroop, Thanks for ur reply. But we dont know when to use the new line character in the displayValue as it might change dynamically. Any particular option in the Fusion Charts to do it by it's own? Thanks in advance. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted January 5, 2010 Hi, I can understand you situation completely here. However, my hands are tied! :crying: At the moment, FusionCharts does not provide for the auto-wrap feature in the version 3.1.1. However, you might be a bit content on knowing it is on the cards, come FusionCharts v4 in Q2 2010. What you could do, as a workaround for now, is create a code to calculate the string length and accordingly place the new-line break in the appropriate place. Just a thought. Share this post Link to post Share on other sites
rajasekarank Report post Posted January 5, 2010 Hi Rajroop, Thanks for ur suggestions... I will workaround as for now.. Expecting an another great version of Fusion Charts with Improved features Share this post Link to post Share on other sites
Guest Rajroop Report post Posted January 6, 2010 You are always welcome! Thank you for your patronage and patience. FusionCharts v4 will hold inclusive all of your expectations and more. Share this post Link to post Share on other sites