In the manual it states that
The codeunits(arg): Specifies the units of the data, where arg may be: “n” (native), “p” (percent), “k” (thousands), “m” (millions), “b” (billions), “t” (trillions).
Code: Select all
gr_pr1.axis units(b)Code: Select all
gr_pr1.axis units(t)Thomas
