Hi,
I used the format string: "${value|2,.}" to format the string for the vertical axis, for the negative value, it will show the negative sign after the currency symbol, which looks like "$-1,000.00". Now there is a request to show the negative sign before the currency symbol, which looks like "-$1,000.00" (please note the Excel shows it this way).
How can I set the format string to show it in this way?
|