xuen Report post Posted October 8, 2012 (edited) Hi, I would like to wrap long date value. For example, value of "234, 45%", I would like to show it as 234, 45% I have use {br} as work-around, e.g. displayValue='510 , {br}0.69%' but the value is not display on top of the column. See attachment for the explaination. WrapDataValue.txt Edited October 8, 2012 by xuen Share this post Link to post Share on other sites
xuen Report post Posted October 10, 2012 Hi, Anyone can help? Thanks... Hi, I would like to wrap long date value. For example, value of "234, 45%", I would like to show it as 234, 45% I have use {br} as work-around, e.g. displayValue='510 , {br}0.69%' but the value is not display on top of the column. See attachment for the explaination. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 10, 2012 Hi, We are looking into it and would get back to you as soon as possible. Thank you for your continued support and patience. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 10, 2012 (edited) Hi, As a work around, please try using the attribute valuePadding and set it to say, 20. Ref. Code: <chart valuePadding='20' ..> It sets the vertical space between the end of columns and start of value textboxes. This basically helps you control the space you want between your columns/anchors and the value textboxes. Hope this helps! Edited October 10, 2012 by Bindhu Share this post Link to post Share on other sites