XlCategoryType Enumeration
Specifies the type of the category axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCategoryType
'Usage
Dim instance As XlCategoryType
public enum XlCategoryType
Members
Member name | Description | |
---|---|---|
xlCategoryScale | Axis groups data by an arbitrary set of categories. | |
xlTimeScale | Axis groups data on a time scale. | |
xlAutomaticScale | Excel controls the axis type. |