XlSeriesNameLevel 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 series labels for the series label levels.
public enum class XlSeriesNameLevel
[System.Runtime.InteropServices.Guid("76D9466C-84C2-4355-81FE-CB1B9CB03C19")]
public enum XlSeriesNameLevel
[<System.Runtime.InteropServices.Guid("76D9466C-84C2-4355-81FE-CB1B9CB03C19")>]
type XlSeriesNameLevel =
Public Enum XlSeriesNameLevel
- Inheritance
-
XlSeriesNameLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlSeriesNameLevelNone | -3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Set no category labels in the chart; instead default to automatic indexed labels. |
xlSeriesNameLevelCustom | -2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates literal data in the series names. |
xlSeriesNameLevelAll | -1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Set series names to all series name levels w/in range on the chart. |