Hi
I have a barchart in which i would like to have longer labels on the rowlabels. Currently the text is being cut off.
The rowtext seems to be under the Y axis but when i change the labels under the Y axis this is adjusting the columnlabels instead. Where would i be able to change these? The text should either be split on to two lines or take up more space, obviously this cannot expand unlimited but now it is being cut off on even short words.
In attachment i have added 2 screenshots which will probably make my problem a whole lot clearer instead of my attempt to explain it in text :)
Kind regards
Bert
Hello Bert,
Thank you for your question.
In order to resolve this behavior my suggestion is to set WrapText option of Y labels to true. For more information could you please refer to the following thread:
http://ko.infragistics.com/community/forums/t/48756.aspx
Other useful references -
Formatting displayed label on X axis: http://ko.infragistics.com/community/forums/t/72121.aspx don't worry of that the questions is for WinChart there C# implementation is the same.
I hope you will find it helpful.
Looking forward to hearing from you.
Thanks for the answer, it was almost what i needed but it sent me on the right track. The rowlabels are under Labels and then SeriesLabels
Using the following line of code solved my problem:
UltraChart.Axis.Y.Labels.SeriesLabels.WrapText = True
Thanks!