deepti Report post Posted December 20, 2013 Hi, How does the attribute 'canvasTopMargin' attribute works? In the documentation it is given "this attribute lets you set the space between top of canvas and top of chart.".But when i tried it in the chart I could not find any difference. Can you plese give me and example showng the difference between two charts shich uses this atttribute and which does not. Thanks Deepthy. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted December 23, 2013 Hi Deepthy, You could apply "canvasTopMargin" attribute to <chart> element of your chart XML data. Ref. XML Code for Column2D chart: <chart caption='Monthly' canvasTopMargin='100'> <set label='Jan' value='420000' /> <set label='Feb' value='910000' /> </chart> Please find the screen shot of the same for your reference. Hope this helps! Share this post Link to post Share on other sites