zhenghaoju Report post Posted March 2, 2012 (edited) I want to realize rounded effect for column chart. Our designer give me some design, see the png. I realize the design, but the column has not rounded effect, please help me. Edited March 2, 2012 by zhenghaoju Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 2, 2012 Hi, Thank you for the post. For rounded edges of the data plot, Could you please try by setting "useRoundEdges" attribute of the <chart> element to "1"? Ref. Code(in XML): <chart ... useRoundEdges='1' ...> Please find the attached screen shot for the same. Hope this helps! Share this post Link to post Share on other sites
zhenghaoju Report post Posted March 2, 2012 Hi, Thank you for the post. For rounded edges of the data plot, Could you please try by setting "useRoundEdges" attribute of the <chart> element to "1"? Ref. Code(in XML): <chart ... useRoundEdges='1' ...> Please find the attached screen shot for the same. Hope this helps! I try your method , but the designer not like your "RoundEdges" effect, he hope just column has Round Edge, not all the chart. Do you have other method? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 2, 2012 Hi, I am afraid, this is not possible as of now. If you set "useRoundEdges" attribute to "1", it will show round edges of DataPlot as well as chart canvas. Share this post Link to post Share on other sites