The Y Axis on my UltraWebChart sas numbers in the 100,000's. We need to show them divided by 100. We could divide the data source by 100, but then the tool tip value would be off.
IN other words, want to convert 655,657.34 on the y axis to 655 and have at the top of the Y axis (thousands).
Hello csnyder_ptb,
Thank you for contacting Infragistics!We received your support request concerning having y axis labels on the chart display shorted, and this case has been assigned to me. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and I am looking into setting the label format string or adjusting the labels through an event and will get back to you by the end of the day Thursday with more information or questions for you.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Thank you for your patience. I have done some further looking into this and found you can achieve this though implementing the IRenderLabel interface. Please see the following documentation:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Chart_Customize_Labels_Using_the_IRenderLabel_Interface.html
I have also created and attached a sample to demonstrate this behavior.
Please let me know if you have any questions concerning this matter.