Group: Forum Members
Last Active: 12 Years Ago
Posts: 21,
Visits: 1
|
Hi~ Can I use a unit to a axis's label? A thousand is possible(ex. NNumericValueFormatter("0,K")). But I can't find a million or a billion format. What should I do? Thanks~
|
Group: Forum Members
Last Active: 6 Months Ago
Posts: 153,
Visits: 11
|
Hi Inhyuk, Check out the Custom Format strings topic in MSDN: http://msdn.microsoft.com/en-us/library/0c899ak8.aspx For example to show a value in billions you should write: #,0,,,.0;(#,0,,,.0)
Best regards, Bob
|