Telerik UI for Silverlight
Overview
Demos
Roadmap
What's New
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for Silverlight
This is a migrated thread and some comments may be shown as answers.
Urgent limit characters in YAxis label
1 Answer
25 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Vinay
Top achievements
Rank 1
Vinay
asked on
20 Sep 2011,
07:36 AM
Hi,
Is there any way in which i can limit the number of characters in YAxis label of a chart. Say about 15 characters.
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Accepted
Rahul
Top achievements
Rank 2
answered on
30 Dec 2011,
05:13 PM
Hi Vinay,
I dont know how to limit X axis characters to 15.
But i can give you one idea. At the time of creating data for chart.
Take only 15 characters. check the following code.
string
sub = AxisXValue.Substring(0, 15);
Hope it will help you.
Regards
Rahul
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
Chart
Asked by
Vinay
Top achievements
Rank 1
Answers by
Rahul
Top achievements
Rank 2
Share this question
or
Copy link