XlCategoryType enumeration

Office 2013 and later

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Specifies the type of the category axis.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

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

Member nameDescription
xlCategoryScaleYou should access and use this enumeration from the Excel primary interop assembly (PIA). Axis groups data by an arbitrary set of categories.
xlTimeScaleYou should access and use this enumeration from the Excel primary interop assembly (PIA). Axis groups data on a time scale.
xlAutomaticScaleYou should access and use this enumeration from the Excel primary interop assembly (PIA). Excel controls the axis type.
Show: