XlCategoryType Enumeration

Specifies the type of the category axis.

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

Syntax

'Declaration
<GuidAttribute("78F07E6C-4BC5-41B8-8FE1-F1643184BA3F")> _
Public Enumeration XlCategoryType
'Usage
Dim instance As XlCategoryType
[GuidAttribute("78F07E6C-4BC5-41B8-8FE1-F1643184BA3F")]
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.

See Also

Reference

Microsoft.Office.Core Namespace