[]
Specifies the display unit label for an axis.
public enum DisplayUnit
Custom = 1Specifies a custom unit.
HundredMillions = 4Specifies hundreds of millions.
HundredThousands = 7Specifies hundreds of thousands.
Hundreds = 10Specifies hundreds.
MillionMillions = 2Specifies millions of millions.
Millions = 6Specifies millions.
None = 0Specifies no units.
TenMillions = 5Specifies tens of millions.
TenThousands = 8Specifies tens of thousands.
ThousandMillions = 3Specifies thousands of millions.
Thousands = 9Specifies thousands.