UseBrackets Property (Currency)
Whether or not negative values are put in brackets.
Syntax
Property UseBrackets As DerivedBoolean (read-only)
Example
' Puts negative values in brackets
Chart2D1.ChartArea.Axes("X").ValueFormat.Currency.UseBrackets = True
See Also
Currency Object