Hello,
I am working with bar chart and want to calculate the width of the longest label on Y axis to know how much place I should preserve for labels.
What is the best way to do that?
Thanks
Hello Oleksandr,
To ensure all the text is shown for your axis labels I recommend enabling the WrapText property.
this.UltraChart1.Axis.Y.Labels.WrapText = true;
You can also use WrapTextAxisLabelLayoutBehavior, as this has been discussed on forums here.
Do let me know if you have any questions regarding this matter.
May I ask if you have any additional questions regarding the UltraChart?