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.
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
Name | Value | Description |
---|---|---|
xlCategoryLabelLevelNone | -3 | Use no category labels in the chart. Defaults to automatic indexed labels. |
xlCategoryLabelLevelCustom | -2 | Indicates literal data in the category labels. |
xlCategoryLabelLevelAll | -1 | Use all category label levels within range on the chart. The default. |