Does anybody know how to format and control the values shown on the Y-Axis of a .Net 4 DataVisualization.Charting chart?
I have values on the Y-Axis and dates on the X-Axis. The values on the Y-Axis are showing multiple decimal points and I want to apply a custom formatter to them so that I can show them in any format I want. So for example I can show 1+3/4 instead of 1.75.
I am doing all of the chart generation in code using a Chart object from the System.Web.UI.DataVisualization.Charting namespace.