[]
Specifies the display unit label for an axis.
public enum DisplayUnit
Public Enum DisplayUnit
| Name | Description |
|---|---|
| Custom | Specifies a custom unit. |
| HundredMillions | Specifies hundreds of millions. |
| HundredThousands | Specifies hundreds of thousands. |
| Hundreds | Specifies hundreds. |
| MillionMillions | Specifies millions of millions. |
| Millions | Specifies millions. |
| None | Specifies no units. |
| TenMillions | Specifies tens of millions. |
| TenThousands | Specifies tens of thousands. |
| ThousandMillions | Specifies thousands of millions. |
| Thousands | Specifies thousands. |