XlDisplayUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the display unit label for an axis.
public enum class XlDisplayUnit
public enum XlDisplayUnit
type XlDisplayUnit =
Public Enum XlDisplayUnit
- Inheritance
-
XlDisplayUnit
Fields
Name | Value | Description |
---|---|---|
xlMillionMillions | -10 | Millions of millions. |
xlThousandMillions | -9 | Thousands of millions. |
xlHundredMillions | -8 | Hundreds of millions. |
xlTenMillions | -7 | Tens of millions. |
xlMillions | -6 | Millions. |
xlHundredThousands | -5 | Hundreds of thousands. |
xlTenThousands | -4 | Tens of thousands. |
xlThousands | -3 | Thousands. |
xlHundreds | -2 | Hundreds. |