Partager via


_Chart.CategoryLabelLevel Propriété

Définition

Retourne une XlCategoryLabelLevel constante faisant référence au niveau d’où proviennent les étiquettes de catégorie. Entier (int en C#) En lecture-écriture.

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é

Remarques

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

S’applique à