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