Sign in to follow this  
dfilip

Remove Top and Right Canvas Border

Recommended Posts

Is it possible to maintain the border around the canvas on the Y-axis (left) and X-axis (bottom) of a chart, while removing the lines on the top and right of the chart?  I am trying to match some charts the are more 'open' but without loosing the X- and Y-axis lines.

Thanks!

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Please try applying the "Shadow" attribute in "Styles" element on Canvas.

Please refer to the XML codes below:-

e.g:- <chart showvalues="0" caption="Product-wise sales" subcaption="For the year 2008" xaxisname="Product" yaxisname="Revenue" numberprefix="$" chartrightmargin="40" canvasborderalpha="0" showalternatehgridcolor="0" numdivlines="0" animation="1"><set label="Product A" value="235000"/><set label="Product B" value="125100"/><set label="Product C" value="464200"/><set label="Product D" value="434500"/><styles><definition><style type="Shadow" name="Shadow_0" Angle="130" Color="000000" Alpha="100" blurX="0" blurY="0" Strength="5"/></definition><application><apply toObject="CANVAS" styles="Shadow_0"/></application></styles></chart>

Also, please take a look into the image that we are sending you as an attachment.

Hope this helps. :)

 

only x and y axis.zip

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