I’m trying to create a chart in asp.net mvc 3 using the system.web.helpers namespace. However, I cannot find a way to format the values of the Y Axis. Currently they are display as 1000,2000,3000,4000 when I would like them to be $1,000,$2,000,$3,000,$4,000
Any ideas?
There does not seem to be a way to do this. Marking this as the answer.