Skip to main content
1-Visitor
September 6, 2021
Question

Chart to display full label in x axis

  • September 6, 2021
  • 1 reply
  • 756 views

Hi developer's,

                      I have small doubt regarding. How to display the Full label on the x axis,

I just don't want to display like this.

 

MK_9986318_0-1630928234122.png

 

I want to display where I contains full name:

MK_9986318_1-1630928719017.png

 

1 reply

5-Regular Member
September 7, 2021

Hi @MK_9986318 ,

There is no property to adjust width of label area in label chart widget.

Try to implement these steps and let me know if that works for you:

  • Reset Label Chart widget property XAxisFormat value and add more 0s before decimal point
  • This is the way to manually adjust the width of the label area using widget properties
  • Use best combination for both XAxisFormat and XaxisLabelRotation together for proper alignment of xaxis label strings and avoid any cut off of label length on X axis
  • Example:
 

label chart.png

 

Regards

Bhawna