XlCategoryLabelLevel Enum

Definition

Constants that represent chart category-label levels, passed to and returned by the CategoryLabelLevel property.

public enum class XlCategoryLabelLevel
[System.Runtime.InteropServices.Guid("7F9993CC-8BD9-4FA0-ABEF-D1AAD3429A14")]
public enum XlCategoryLabelLevel
type XlCategoryLabelLevel = 
Public Enum XlCategoryLabelLevel
Inheritance
XlCategoryLabelLevel
Attributes

Fields

xlCategoryLabelLevelAll -1

Use all category label levels within range on the chart. The default.

xlCategoryLabelLevelCustom -2

Indicates literal data in the category labels.

xlCategoryLabelLevelNone -3

Use no category labels in the chart. Defaults to automatic indexed labels.

Applies to