_Chart.CategoryLabelLevel Propriété

Définition

Renvoie une constante faisant référence au niveau d’origine des étiquettes XlCategoryLabelLevel de catégorie. Integer (int in C#) Read/Write.

public:
 property Microsoft::Office::Interop::Excel::XlCategoryLabelLevel CategoryLabelLevel { Microsoft::Office::Interop::Excel::XlCategoryLabelLevel get(); void set(Microsoft::Office::Interop::Excel::XlCategoryLabelLevel value); };
public Microsoft.Office.Interop.Excel.XlCategoryLabelLevel CategoryLabelLevel { get; set; }
Public Property CategoryLabelLevel As XlCategoryLabelLevel

Valeur de propriété

XlCategoryLabelLevel

Remarques

S’il existe une hiérarchie, 0 fait référence au niveau parent le plus élevé, 1 fait référence à ses enfants, etc. Ainsi, 0 est égal au premier niveau, 1 correspond au deuxième niveau, 2 au troisième niveau, etc.

S’applique à