cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to display the x-value names as vertically

Former Member
0 Likes
131

Hi,

In iChart x-axis value names are displaying in horizontally. But i want to display those values names as vertically. Because the x-axis value name is big then that name is overlapped with other value Name.

can any one help on this

thanks,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Venkat,

I think it would not be possible to display the names vertically. But what you could do is, in the display template on the Tab for "X-Axis" you will find a field for "Label Depth" whih has a default value of "1". You could set it to "2" or "3" as per your need which would display the Labels on 2 or 3 diff lines.

Hope this helps.

Regards,

Arijeet

Former Member
0 Likes

Another possible solution is if you know how many columns you will have (or can work it out on the fly) you can uncheck "show X Axis" and add an HTML table below your graph with correctly sized columns and <td> style "writing-mode:tb-rl"