Although currently this is not supported by RadChartView you can use a custom format provider in order convert the values. Please note that in order this to work properly you should set negative point values:
public class MyCustomFormatProvider : ICustomFormatter, IFormatProvider
{
public string Format(string format, object arg, IFormatProvider formatProvider)
verticalAxis.LabelFormatProvider = new MyCustomFormatProvider();
I have attached a sample project to show you how this works in a complete project.
I hope this will be useful. Should you have further questions, I would be glad to help.
Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
Just following up...has this (reverse axis direction) been added to RadViewChart yet?
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 03 Sep 2014, 12:14 PM
Hello Paul,
Thank you for writing.
This is a reasonable request and we already have it logged in ourfeedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.
I hope this information helps. Should you have further questions, I would be glad to help.
Regards,
Desislava
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.