Sign in to follow this  
Mansi Shah

Column 3D Chart : Wrong X-Axis Name

Recommended Posts

Hi,

i am using Column 3D Bar chart in my project. In one graph i need to show arrows as axis name. I am showing arrows using HTML CODE for arrows like, for left arrrow code = "←" etc.

My problem is that the arrows displayed on x-axis shows wrong arrows although the data written in xml is fine, even in tooltip of bars it shows correct arrows.

Here is example of my xml data and image what its showing :

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<chart caption="Missade inspel" decimals="1" showvalues="0" chartBottomMargin="10" formatNumberScale="0" yAxisValueDecimals="1" adjustDiv="0" numDivLines="3" forceDecimals="1" yAxisMinValue="0" yAxisMaxValue="100" NumberSuffix="%" labelDisplay="Rotate" slantLabels="1">
<set label="↓" value="66.67" />
<set label="↙" value="16.67" />
<set label="↘" value="16.67" />
</chart>

 

i have attached image of what i get by this xml data.

 

post-8117-0-63888200-1335263040_thumb.png

Edited by Mansi Shah

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Mansi,

 

Could you please remove labelDisplay="Rotate" and slantLabels="1" attributes? and try to render it once again?

 

Also find attached screen-shot for your reference.

post-24802-0-55024200-1335265200_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