IMsoSeries.HasDataLabels Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property HasDataLabels As Boolean
Get
Set
'Usage
Dim instance As IMsoSeries
Dim value As Boolean
value = instance.HasDataLabels
instance.HasDataLabels = value
bool HasDataLabels { get; set; }
Property Value
Type: System.Boolean