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