XlSeriesNameLevel enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the series labels for the series label levels.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlSeriesNameLevelNone | 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 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates literal data in the series names. | |
| xlSeriesNameLevelAll | 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. |
Show: