Sign in to follow this  
deepti

CanvasTopMargin

Recommended Posts

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

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!

post-23588-0-10641100-1387801930_thumb.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this