I have a chart for windows phone 7.1. However the display name on the X-axis is too long and causing a overlapping to one another. Example of it:

enter image description here

How can I solve this ? As I need to display 7 more columns of hawker name. Removing the series at the side will only help a little. Guide on this thanks !

有帮助吗?

解决方案

Let me give you some practical advice since I have been down this road before:

1) Have a limit to the max chars in header and show ... after that

2) If someone from marketing argues about that, show them that it looks ugly in every program including Excel

3) Try using new lines to fit things better

4) Reduce font size

The algorithm should try to play around with new lines and font sizes to get a best fit and if the text is too large trim the end of it.

If someone from marketing/management argues about that, show them that it looks ugly in every program including Excel

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top