XlSeriesNameLevel enumeration (Excel)
Specifies the series labels for the series label levels.
Name | Value | Description |
---|---|---|
xlSeriesNameLevelAll (default) | -1 (&HFFFFFFFF) | Set series names to all series name levels w/in range on the chart. |
xlSeriesNameLevelCustom | -2 (&HFFFFFFFE) | Indicates literal data in the series names. |
xlSeriesNameLevelNone | -3 (&HFFFFFFFD) | Set no category labels in the chart. Defaults to automatic indexed labels. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.