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)

No code example is currently available or this language may not be supported.

Member nameDescription
xlCategoryYou should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays categories.
xlSeriesAxisYou should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays data series.
xlValueYou should access and use this enumeration from the Excel primary interop assembly (PIA). Axis displays values.
Show: