Upravit

Sdílet prostřednictvím


XlSeriesNameLevel Enum

Definition

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.

Applies to