I don't work with webforms very often, so forgive my ignorance. I'm using a chart, and I want to format my Y-axis in the thousands with a K. For example, 300,000 would be 300K. Alternatively, I would just use 300 and leave the K off. At the present, my format string is the following:
"{0:0,0}"
Thanks
"{0:0,0}"
Thanks