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.
Series-name-level constants passed to and returned by the SeriesNameLevel property.
public enum class XlSeriesNameLevel
[System.Runtime.InteropServices.Guid("336C75F2-4E4C-47C7-B4A9-D99AA7F81591")]
public enum XlSeriesNameLevel
type XlSeriesNameLevel =
Public Enum XlSeriesNameLevel
- Inheritance
-
XlSeriesNameLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlSeriesNameLevelNone | -3 | Sets no series names in the chart. |
xlSeriesNameLevelCustom | -2 | Indicates literal data in the series names. |
xlSeriesNameLevelAll | -1 | Sets series names to all series name levels within range on the chart. The default. |