Skip to main content
5-Regular Member
January 2, 2023
Solved

Bar chart truncated XAxis label

  • January 2, 2023
  • 1 reply
  • 1971 views

I'm working on ThingWorx 9.3.5, I have difficulties on styling the XAxis label for bar chart widget. As you can see on the image, the XAxis label is truncated due to insufficient space at the XAxis. Is there anyway to add new line below instead of truncating it?

Best answer by PEHOWE

Hello @MA_9708362,

 

Did you try setting the "HorizontalAxisMaxHeight" and "HorizontalAxisLabelsRotation".
I do not expect the first will give you the result you are looking to find.  I would expect that the second will give you a better result.

 

 

1 reply

PEHOWE17-PeridotAnswer
17-Peridot
January 3, 2023

Hello @MA_9708362,

 

Did you try setting the "HorizontalAxisMaxHeight" and "HorizontalAxisLabelsRotation".
I do not expect the first will give you the result you are looking to find.  I would expect that the second will give you a better result.

 

 

11-Garnet
January 4, 2023

Worked on a similar issue today as well.  "HorizontalAxisMaxHeight" gave the extra room for my vertical text.

Thanks.