Sign in to follow this  
AngelusXVIII

Label rotation

Recommended Posts

I'm creating a Line chart, all from php code, using:

 

$FC->setSwfPath("../../../FusionCharts/");

 

$params = "caption=Graph Name;xAxisName=X Labels;pYAxisName=Y Values;decimalPrecision=0;baseFontSize=8;animation=off;labelDisplay=ROTATE;";

 

$FC->setChartParams($params);

 

 

 

the thing is, i need the xAxisNames at least in 90

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi there,

 

 

 

Could you please try using labelDisplay='ROTATE', along with Madhumita's suggestion of using rotateLabels='1'?

 

 

 

Looking forward to your feedback on this.

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