DataLabels.ShowCategoryName Property

Set to True to display the category name for the data labels on a chart. False to hide. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowCategoryName As Boolean
    Get
    Set
'Usage
Dim instance As DataLabels
Dim value As Boolean

value = instance.ShowCategoryName

instance.ShowCategoryName = value
bool ShowCategoryName { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

DataLabels Interface

DataLabels Members

Microsoft.Office.Interop.Word Namespace