DataLabels.ShowSeriesName Property

Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide. Read/write.

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

Syntax

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

value = instance.ShowSeriesName

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

DataLabels Interface

DataLabels Members

Microsoft.Office.Interop.Word Namespace