XlCategoryLabelLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
xlCategoryLabelLevelCustom | -2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates literal data in the category labels. |
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. |