XlCategoryLabelLevel Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the category labels for the category label levels.

public enum class XlCategoryLabelLevel
[System.Runtime.InteropServices.Guid("BFFE8F80-6A67-4B7A-AEAA-8823E7932C87")]
public enum XlCategoryLabelLevel
[<System.Runtime.InteropServices.Guid("BFFE8F80-6A67-4B7A-AEAA-8823E7932C87")>]
type XlCategoryLabelLevel = 
Public Enum XlCategoryLabelLevel
Inheritance
XlCategoryLabelLevel
Attributes

Fields

xlCategoryLabelLevelAll -1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Set category labels to all category label levels w/in range on the chart.

xlCategoryLabelLevelCustom -2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates literal data in the category labels.

xlCategoryLabelLevelNone -3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Set no category labels in the chart. Defaults to automatic indexed labels.

Applies to