XlAxisType enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the axis type.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlCategory | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays categories. | |
| xlSeriesAxis | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays data series. | |
| xlValue | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays values. |
Show: