All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Chart (Obsolete)
/
Truncated labels
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
Bill
85 posts
Member since:
Oct 2007
Posted 30 Mar 2010
Link to this post
Ok, putting the actual label in a tool tip is kind of cute, but it isn't a good idea when they want to print or copy the graph...
How do I get it to stop truncating the labels???
labeltruncated.png
Cheah KY
3 posts
Member since:
Mar 2010
Posted 30 Mar 2010
Link to this post
try setting your series with the following extra setting:
...Label.TextBlock.Appearance.MaxLength = 999
Back to Top