XlDisplayUnit Enumeration
Specifies the display unit label for an axis.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("87A9A6EE-10D5-41C4-BD53-FDCA6EC7E139")> _
Public Enumeration XlDisplayUnit
'Usage
Dim instance As XlDisplayUnit
[GuidAttribute("87A9A6EE-10D5-41C4-BD53-FDCA6EC7E139")]
public enum XlDisplayUnit
Members
Member name | Description | |
---|---|---|
xlHundreds | Hundreds. | |
xlThousands | Thousands. | |
xlTenThousands | Tens of thousands. | |
xlHundredThousands | Hundreds of thousands. | |
xlMillions | Millions. | |
xlTenMillions | Tens of millions. | |
xlHundredMillions | Hundreds of millions. | |
xlThousandMillions | Thousands of millions. | |
xlMillionMillions | Millions of millions. |