FusionCharts Forum: Rotate labels - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Rotate labels

#1 User is offline   tonyyeb 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 01-February 07

Posted 01 February 2007 - 12:27 PM

Hi all

Is there a way to rotate the labels of the data on a column graph? The names are quite long and it would be great to rotate them so they would at least fit.

Many thanks

Chris

0

Other Replies To This Topic

#2 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 02 February 2007 - 01:04 PM

You've various options for label display like rotate, slant, wrap etc. You can read about them at http://www.fusioncharts.com/FusionCharts/Docs/Contents/AttDesc/DataLabels.html 
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

#3 User is offline   tonyyeb 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 01-February 07

Posted 09 February 2007 - 06:27 AM

This doesn't appear to work on the free version. Should it?
0

Other Replies To This Topic

#4 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 09 February 2007 - 03:24 PM

No - its present only in commercial version (www.fusioncharts.com).
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

#5 User is offline   paul.ansell11 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 16-August 07

Posted 16 August 2007 - 09:37 AM

Should labelDisplay='ROTATE' work in the free version. In the documentation that comes with FusionCharts Free it says that it should work?

FusionCharts Free vs. FusionCharts v3 - Feature Comparison Matrix

Feature FusionCharts v3 FusionCharts Free  

Display Modes for x-axis labels   Rotate, stagger, slant, wrap etc. Just rotate option

My Code (ASP):

strXML = strXML & "<graph caption='Monthly Unit Sales' xAxisName='Maint' labelDisplay='ROTATE' yAxisName='Errors' decimalPrecision='0' formatNumberScale='0' >"

WHILE NOT rsChart.EOF

strXML = strXML & "<set name='" & rsChart("Name") & "' value='" & rsChart("Errors") & "' />"


rsChart.MoveNext
WEND

strXML = strXML & "</graph>"

rsChart.close
objConn.Close
SET rsChart=nothing
SET objConn=nothing
'--------------------

0

Other Replies To This Topic

#6 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 17 August 2007 - 02:20 AM

In Free version, use <graph rotateNames='1' ..>
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

#7 User is offline   paul.ansell11 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 16-August 07

Posted 17 August 2007 - 03:49 AM

Many thanks.
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic