Am working with webchart control in asp.net(http://www.carlosag.net/Tools/WebChart/) The X-axis labels are long(say 30 chars) and hence gets truncated. is there a better way of displaying them?

Thanks, Geetha

link|improve this question

44% accept rate
feedback

1 Answer

some of the charting components automatically change x-axis label orientation if there are many of them or some of them are long. You should also be programmatically able to set it. I had done this while using ChartFX charts.

link|improve this answer
am looking for free tools, since it is a very minor application. ChartFX has to be bought, and trial version s only avl for 30 days.. So can you suggest some other controls that you know of? – Geethapriya Oct 29 '09 at 6:54
You may want to take a look at this. carlosag.net/Tools/WebChart – Krishna Kumar Oct 30 '09 at 13:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.