Edit

Share via


XlCategoryType Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the type of the category axis.

public enum class XlCategoryType
[System.Runtime.InteropServices.Guid("78F07E6C-4BC5-41B8-8FE1-F1643184BA3F")]
public enum XlCategoryType
[<System.Runtime.InteropServices.Guid("78F07E6C-4BC5-41B8-8FE1-F1643184BA3F")>]
type XlCategoryType = 
Public Enum XlCategoryType
Inheritance
XlCategoryType
Attributes

Fields

xlAutomaticScale -4105

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

xlCategoryScale 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis groups data by an arbitrary set of categories.

xlTimeScale 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis groups data on a time scale.

Applies to