Chart.CategoryLabelLevel Property
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.
Returns or sets an XlCategoryLabelLevel constant that specifies the source level of the chart category labels. Read-write.
public:
property Microsoft::Office::Interop::Word::XlCategoryLabelLevel CategoryLabelLevel { Microsoft::Office::Interop::Word::XlCategoryLabelLevel get(); void set(Microsoft::Office::Interop::Word::XlCategoryLabelLevel value); };
public Microsoft.Office.Interop.Word.XlCategoryLabelLevel CategoryLabelLevel { get; set; }
member this.CategoryLabelLevel : Microsoft.Office.Interop.Word.XlCategoryLabelLevel with get, set
Public Property CategoryLabelLevel As XlCategoryLabelLevel