We have a situation where the axis values are very large eg: Millions. So is there a way to represent such values in the exponential form to utilize the space better
Attached is a screenshot to indicate the problem area. Appreciate anyone who has tried this.
Hi Kumar,
You can set the axis label ItemFormatString property to the desired format string. We use standard string formatting for the numeric labels. You can read about it in more detail here:http://msdn.microsoft.com/en-us/library/dwhawy9k(VS.71).aspx