Sign in to follow this  
deepti

Wrap Slant X Axis Labels

Recommended Posts

Hi Deepthy,

 

For Flash charts, to display the labels in Wrap and Slanted mode, please use the following settings.

 

Ref. code:

<chart labelDisplay='AUTO' slantLabels='1'.....>

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi ,

 

Thanks for the reply.I tried the following xml with labelDisplay='AUTO' slantLabels='1':

 

"<?xml version='1.0' encoding='UTF-8' standalone='yes'?><chart animation='1' labelDisplay='AUTO' rotateLabels='0' slantLabels='1' showValues='0' adjustDiv='0' yAxisMinValue='5.0' yAxisMaxValue='95.0' caption='Test Station Pareto Analysis' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'>    <set label='Op 1960 .Sta 1960.1.TP 7   ' value='75.0' color='B99946' toolText='75.0'/>    <set label='Op 1960 .Sta 1960.1.TP 33   ' value='50.0' color='B99946' toolText='50.0'/>    <set label='Op 1960 .Sta 1960.1.TP 21   ' value='50.0' color='B99946' toolText='50.0'/>    <set label='Op 1960 .Sta 1960.1.TP 3   ' value='49.0' color='B99946' toolText='49.0'/>    <set label='Op 1960 .Sta 1960.1.TP 42   ' value='25.0' color='B99946' toolText='25.0'/>    <set label='Op 1960 .Sta 1960.1.TP 29   ' value='25.0' color='B99946' toolText='25.0'/></chart>"

 

But it didn't work.I got the result as shown in the attachment.Do i need to set anythig else?

 

Thanks,

Deepti.

post-9906-0-32217600-1363687702_thumb.png

Edited by deepti

Share this post


Link to post
Share on other sites

Hi,

 

Hi ,

 

Thanks for the reply.I tried the following xml with labelDisplay='AUTO' slantLabels='1':

 

"<?xml version='1.0' encoding='UTF-8' standalone='yes'?><chart animation='1' labelDisplay='AUTO' rotateLabels='0' slantLabels='1' showValues='0' adjustDiv='0' yAxisMinValue='5.0' yAxisMaxValue='95.0' caption='Test Station Pareto Analysis' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'>    <set label='Op 1960 .Sta 1960.1.TP 7   ' value='75.0' color='B99946' toolText='75.0'/>    <set label='Op 1960 .Sta 1960.1.TP 33   ' value='50.0' color='B99946' toolText='50.0'/>    <set label='Op 1960 .Sta 1960.1.TP 21   ' value='50.0' color='B99946' toolText='50.0'/>    <set label='Op 1960 .Sta 1960.1.TP 3   ' value='49.0' color='B99946' toolText='49.0'/>    <set label='Op 1960 .Sta 1960.1.TP 42   ' value='25.0' color='B99946' toolText='25.0'/>    <set label='Op 1960 .Sta 1960.1.TP 29   ' value='25.0' color='B99946' toolText='25.0'/></chart>"

 

But it didn't work.I got the result as shown in the attachment.Do i need to set anythig else?

 

Thanks,

Deepti.

 

Could you please confirm if you are using the latest version of FusionCharts, i.e, FusionCharts XT (v3.3.0)? In case not, please upgrade your current version to the latest and see if this helps.

Ref.- http://www.fusioncharts.com/download/trials/

 

Hope this helps. :)

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