I have an ultrawebchart. I have the text of a series label as a long string.
I want to trim it short till 10 characters. How to achieve that?
The following article does that for the legend labels but you can do it for any label.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9997
Instead of setting the legend.formatstring set it on the series label format string.
thanks a lot