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)
/
Format string for Chart y-axis break point values
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
PM
39 posts
Member since:
Nov 2009
Posted 18 Mar 2010
Link to this post
Hi All,
How can i format the chart the y-axis break point values to show like "$3000,000" instead of showing "30000".
Please help me regarding this.
PM
39 posts
Member since:
Nov 2009
Posted 18 Mar 2010
Link to this post
Hi All,
I found the solution,
RadChart.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.Currency;
Back to Top