Number Format for Value Axis

Hi,

I wants to display the Value axis in Millions for that i tried to use the format mask like below but it is not working.

chartAxis.SourceLinked = false;

chartAixs.NumberFormat = "#,###.00M"

I wants to display "M" character will all the value axis label.

How can i do that.

Thanks,

Amit

Hi Amit,

I have observed the number format string shared by you and tried that even in PowerPoint directly. It did not work. When I tried the following string it worked in PowerPoint. Please try using the following string on your end and hopefully it will work. Please share if I may help you further in this regard.


chartAixs.NumberFormat = "#,###.00"


Many Thanks,