XlDisplayUnit Enumeration 

Specifies the display unit label for an axis.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlDisplayUnit1 As XlDisplayUnit = XlDisplayUnit.xlHundredMillions

Syntax

Public Enum XlDisplayUnit
public enum XlDisplayUnit
public enum class XlDisplayUnit
public enum XlDisplayUnit
public enum XlDisplayUnit

Members

Member name Description
xlHundredMillions Hundreds of millions.
xlHundreds Hundreds.
xlHundredThousands Hundreds of thousands.
xlMillionMillions Millions of millions.
xlMillions Millions.
xlTenMillions Tens of millions.
xlTenThousands Tens of thousands.
xlThousandMillions Thousands of millions.
xlThousands Thousands.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace